ReportingService2005.GetReportLink Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function GetReportLink ( _
    Report As String _
) As String
public string GetReportLink (
    string Report
)
public:
String^ GetReportLink (
    String^ Report
)
public String GetReportLink (
    String Report
)
public function GetReportLink (
    Report : String
) : String

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.

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace