Share via


ReportingService2005.GetReportLink(String) 方法

定义

返回报表的名称,该报表的定义用于指定的链接报表。

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

参数

Report
String

链接报表的完整路径名。

返回

包含指定链接报表的报表定义的报表的完整路径名。

注解

下表显示了有关此操作的标头和权限信息。

SOAP 标头 (Out) ServerInfoHeaderValue
所需的权限 ReadProperties

如果包含链接报表的报表定义的报表位于“我的报表”文件夹中,则返回的路径是真实路径,而不是报表的虚拟路径。

如果删除了具有关联的链接报表的报表,则链接报表将不再运行。

适用于