ReportingService2005.GetReportLink Method
SQL Server 2008 R2
Returns the name of the report whose report definition is used for the specified linked report.
Assembly: ReportService2005 (in ReportService2005.dll)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetReportLink", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] public string GetReportLink( string Report )
Parameters
- Report
- Type: System.String
The full path name of the linked report.
Return Value
Type: System.StringThe full path name of the report that contains the report definition for the specified linked report.
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions |
If the report that contains the report definition for a linked report is located in the My Reports folder, the path returned is the true path and not the virtual path to the report.
If a report is deleted that has linked reports associated with it, the linked reports no longer run.
