Skip to content

Commit 3ea8999

Browse files
committed
more fixes
1 parent 345c42f commit 3ea8999

66 files changed

Lines changed: 138 additions & 138 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/2014/reporting-services/dev-guide/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Developer's Guide (Reporting Services)](../reporting-services-developer-documentation.md)
2-
## [Integrating Reporting Services into Applications](integrating-reporting-services-into-applications.md)
2+
## [Integrating Reporting Services into Applications](../application-integration/integrating-reporting-services-into-applications.md)
33
### [Choosing Between URL Access and SOAP](../application-integration/choosing-between-url-access-and-soap.md)
44
### [Integrating Reporting Services Using URL Access](../application-integration/integrating-reporting-services-using-url-access.md)
55
#### [Using URL Access in a Web Application](../application-integration/integrating-reporting-services-using-url-access-web-application.md)

docs/2014/reporting-services/report-server-web-service-net-framework-exception-handling/best-practices/best-practices-for-reporting-services-exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ manager: "jhubbard"
3636
|[Preventing Invalid Requests](preventing-invalid-requests.md)|Describes techniques for preventing requests that are not valid from being sent to the report server.|
3737
|[Using Try and Catch Blocks](using-try-and-catch-blocks.md)|Describes how to further enhance the reliability of your application with try/catch blocks.|
3838
|[Handling Warnings and Cases That Do Not Cause Exceptions](handling-warnings-and-cases-that-do-not-cause-exceptions.md)|Explains how to handle errors that do not result in an exception being thrown by [!INCLUDE[ssRSnoversion](../../../includes/ssrsnoversion-md.md)].|
39-
|[Using the Detail Property to Handle Specific Errors](best-practices/using-the-detail-property-to-handle-specific-errors.md)|Explains how to programmatically handle specific errors by using the **Detail** property of the **SoapException** object.|
39+
|[Using the Detail Property to Handle Specific Errors](using-the-detail-property-to-handle-specific-errors.md)|Explains how to programmatically handle specific errors by using the **Detail** property of the **SoapException** object.|
4040

4141
## See Also
4242
[Detail Property](../soapexception-class/detail-property.md)

docs/2014/reporting-services/report-server-web-service-net-framework-exception-handling/soapexception-class/detail-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ manager: "jhubbard"
7171
## See Also
7272
[Introducing Exception Handling in Reporting Services](../introducing-exception-handling-in-reporting-services.md)
7373
[Reporting Services SoapException Class](reporting-services-soapexception-class.md)
74-
[Using the Detail Property to Handle Specific Errors](best-practices/using-the-detail-property-to-handle-specific-errors.md)
74+
[Using the Detail Property to Handle Specific Errors](../best-practices/using-the-detail-property-to-handle-specific-errors.md)
7575

7676

docs/2014/reporting-services/report-server-web-service-net-framework-exception-handling/soapexception-class/helplink-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ catch (SoapException e)
6767
## See Also
6868
[Introducing Exception Handling in Reporting Services](../introducing-exception-handling-in-reporting-services.md)
6969
[Reporting Services SoapException Class](reporting-services-soapexception-class.md)
70-
[Using the Detail Property to Handle Specific Errors](best-practices/using-the-detail-property-to-handle-specific-errors.md)
70+
[Using the Detail Property to Handle Specific Errors](../best-practices/using-the-detail-property-to-handle-specific-errors.md)
7171

7272

docs/2014/reporting-services/report-server-web-service-net-framework-exception-handling/soapexception-class/reporting-services-soapexception-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ manager: "jhubbard"
2929
|Public property|Description|
3030
|---------------------|-----------------|
3131
|**Actor**|The code that caused the exception. The value is the URL to the Web service method.|
32-
|**Detail**|Application-specific error information. The value is set by the report server and is in XML format. For more information, see [Detail Property](detail-property.md) and [Using the Detail Property to Handle Specific Errors](best-practices/using-the-detail-property-to-handle-specific-errors.md).|
32+
|**Detail**|Application-specific error information. The value is set by the report server and is in XML format. For more information, see [Detail Property](detail-property.md) and [Using the Detail Property to Handle Specific Errors](../best-practices/using-the-detail-property-to-handle-specific-errors.md).|
3333
|**HelpLink**|A URL or URN to a Help file associated with the error. The value is usually set by the Web service and it sets a URL to [!INCLUDE[msCoName](../../../includes/msconame-md.md)] Help and Support. Because [!INCLUDE[ssRSnoversion](../../../includes/ssrsnoversion-md.md)] supports multiple help links for errors that occur, the report server sets help link information as part of the **Detail** property. For more information, see [HelpLink Element](helplink-element.md).|
3434
|**Message**|A descriptive, localized message that describes the error. This text might appear in the application UI.|
3535

docs/2014/reporting-services/report-server-web-service-net-framework-exception-handling/soapexception-class/soapexception-errors-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ manager: "jhubbard"
102102
[Introducing Exception Handling in Reporting Services](../introducing-exception-handling-in-reporting-services.md)
103103
[Errors and Events Reference (Reporting Services)](../../troubleshooting/errors-and-events-reference-reporting-services.md)
104104
[Reporting Services SoapException Class](reporting-services-soapexception-class.md)
105-
[Using the Detail Property to Handle Specific Errors](best-practices/using-the-detail-property-to-handle-specific-errors.md)
105+
[Using the Detail Property to Handle Specific Errors](../best-practices/using-the-detail-property-to-handle-specific-errors.md)
106106

107107

docs/2014/reporting-services/report-server-web-service-net-framework-soap-headers/using-reporting-services-soap-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ manager: "jhubbard"
3434
|Topic|Description|
3535
|-----------|-----------------|
3636
|[Batching Methods](batching-methods.md)|Describes how to batch multiple operations into a single transaction using <xref:ReportService2005.BatchHeader>.|
37-
|[Identifying Execution State](../dev-guide/identifying-execution-state.md)|Describes how to manage session state in [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] using **SessionHeader**.|
37+
|[Identifying Execution State](identifying-execution-state.md)|Describes how to manage session state in [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] using **SessionHeader**.|
3838
|[Setting the Item Namespace for the GetProperties Method](setting-the-item-namespace-for-the-getproperties-method.md)|Describes how to retrieve properties based on either the path or the ID of an item by using the <xref:ReportService2010.ReportingService2010.GetProperties%2A> method and the <xref:ReportService2010.ItemNamespaceHeader> SOAP header.|
3939

4040
## See Also

docs/2014/reporting-services/report-server-web-service/methods/report-server-web-service-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ manager: "jhubbard"
4646
## See Also
4747
[Accessing the SOAP API](../accessing-the-soap-api.md)
4848
[Building Applications Using the Web Service and the .NET Framework](../net-framework/building-applications-using-the-web-service-and-the-net-framework.md)
49-
[Report Server Web Service](../../dev-guide/report-server-web-service.md)
49+
[Report Server Web Service](../report-server-web-service.md)
5050
[Technical Reference &#40;SSRS&#41;](../../technical-reference-ssrs.md)
5151

5252

docs/2014/reporting-services/report-server-web-service/the-role-of-soap-in-reporting-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ public void DeleteItem(string item);
6262
[Accessing the SOAP API](accessing-the-soap-api.md)
6363
[Report Manager &#40;SSRS Native Mode&#41;](../report-manager-ssrs-native-mode.md)
6464
[Reporting Services Report Server](../reporting-services-report-server.md)
65-
[Report Server Web Service](../dev-guide/report-server-web-service.md)
65+
[Report Server Web Service](report-server-web-service.md)
6666

6767

docs/2014/reporting-services/report-server/add-a-snapshot-to-report-history-report-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ manager: "mblythe"
7171

7272
## See Also
7373
[Configure Execution Properties for a Report &#40;Report Manager&#41;](../reports/configure-execution-properties-for-a-report-report-manager.md)
74-
[Open and Close a Report &#40;Report Manager&#41;](../open-and-close-a-report-report-manager.md)
74+
[Open and Close a Report &#40;Report Manager&#41;](../reports/open-and-close-a-report-report-manager.md)
7575
[Limit Report History &#40;Report Manager&#41;](../reports/limit-report-history-report-manager.md)
7676
[Schedules](../subscriptions/schedules.md)
7777
[Report Manager &#40;SSRS Native Mode&#41;](../report-manager-ssrs-native-mode.md)

0 commit comments

Comments
 (0)