HyperLinkURL プロパティ

必要に応じて、レポート アイテムのハイパーリンクの絶対 URL を ReplacementRoot でエンコードして返します。

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

構文

'宣言
Public ReadOnly Property HyperLinkURL As ReportUrl
    Get
'使用
Dim instance As Image
Dim value As ReportUrl

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

プロパティ値

型: Microsoft.ReportingServices.ReportRendering. . :: . .ReportUrl
レポート アイテムのハイパーリンクの URL を表す string です。

説明

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