次の方法で共有


Report.Location プロパティ

必要に応じて、レポートの場所を ReplacementRoot でエンコードした絶対 URL として取得します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Location As ReportUrl 
    Get
'使用
Dim instance As Report 
Dim value As ReportUrl 

value = instance.Location
public ReportUrl Location { get; }
public:
property ReportUrl^ Location {
    ReportUrl^ get ();
}
member Location : ReportUrl
function get Location () : ReportUrl

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.ReportUrl
レポートの絶対 URL を表す ReportUrl オブジェクトです。

説明

ReplacementRoot は、レポート サーバー内のすべての URL に使用できる新しい URL ルートです。 これは、レポート内のリンクを他のレポートにリダイレクトするために、UI によって使用されます。 既定値は、リダイレクトが行われないことを示す空の文字列です。

レポートが HTTPS 経由で実行されている場合は HTTPS になります。

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間