言語

Report.Location プロパティ

定義

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

public:
 property Microsoft::ReportingServices::ReportRendering::ReportUrl ^ Location { Microsoft::ReportingServices::ReportRendering::ReportUrl ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportUrl Location { get; }
member this.Location : Microsoft.ReportingServices.ReportRendering.ReportUrl
Public ReadOnly Property Location As ReportUrl

プロパティ値

レポートの絶対URLを含む ReportUrl オブジェクトです。

注釈

ReplacementRoot は、レポートサーバー内のすべてのURLに使う新しいURLルートです。 これはUIがレポート内のリンクを他のレポートにリダイレクトするために使います。 デフォルト値は空文字列であり、リダイレクトが行われていないことを示します。

レポートがHTTPS上で処理されている場合はHTTPSになります。

適用対象