言語

Image.HyperLinkURL プロパティ

定義

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

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

プロパティ値

報告項目のハイパーリンクのURLを含む string

注釈

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

適用対象