Share via


ReportingService2005.GetReportLink 메서드

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

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Function GetReportLink ( _
    Report As String _
) As String
‘사용 방법
Dim instance As ReportingService2005 
Dim Report As String 
Dim returnValue As String 

returnValue = instance.GetReportLink(Report)
public string GetReportLink(
    string Report
)
public:
String^ GetReportLink(
    String^ Report
)
member GetReportLink : 
        Report:string -> string
public function GetReportLink(
    Report : String
) : String

매개 변수

  • Report
    유형: System.String
    The full path name of the linked report.

반환 값

유형: System.String
The 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

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.

참고 항목

참조

ReportingService2005 클래스

ReportService2005 네임스페이스