次の方法で共有


ReportingService2005.GetReportLink メソッド

指定したリンク レポートでレポート定義が使用されているレポートの名前を返します。

名前空間:  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
    リンク レポートの完全なパス名です。

戻り値

型: System.String
指定したリンク レポートのレポート定義を含む、レポートの完全なパス名です。

説明

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー

(Out) ServerInfoHeaderValue

必要な権限

ReadProperties

リンク レポートのレポート定義を含むレポートが個人用レポート フォルダーにある場合、返されるパスは実際のパスであり、レポートの仮想パスではありません。

リンク レポートが関連付けられているレポートを削除すると、そのリンク レポートは実行できなくなります。

関連項目

参照

ReportingService2005 クラス

ReportService2005 名前空間