GetReportLink Method
SQL Server 2000
ReportingService.GetReportLink Method
Returns the name of the report whose report definition is used for the specified linked report.
Public Function GetReportLink( _ ByVal Report As String _ ) As String Member of [Namespace].ReportingService
public string GetReportLink( string Report ); Member of [Namespace].ReportingService
Parameters
- Report
- The full path name of the linked report.
Return Value
The full path name of the report that contains the report definition for the specified linked report.
Permissions
| Operation | Description |
|---|---|
| Read Properties | Required to read the report link for the supplied report. |
Remarks
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.