Image.HyperLinkURL プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
必要に応じて 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がレポート内のリンクを他のレポートにリダイレクトするために使います。 デフォルト値は空文字列であり、リダイレクトが行われていないことを示します。