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 命名空间