ReportingService2005.GetReportLink(String) Method

Definition

Returns the name of the report whose report definition is used for the specified linked report.

public:
 System::String ^ GetReportLink(System::String ^ Report);
public string GetReportLink (string Report);
member this.GetReportLink : string -> string
Public Function GetReportLink (Report As String) As String

Parameters

Report
String

The full path name of the linked report.

Returns

The full path name of the report that contains the report definition for the specified linked report.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions ReadProperties

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.

Applies to