Value プロパティ
プロパティの ReportUrl 値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Value As ReportUrl
Get
'使用
Dim instance As ReportUrlProperty
Dim value As ReportUrl
value = instance.Value
public ReportUrl Value { get; }
public:
property ReportUrl^ Value {
ReportUrl^ get ();
}
member Value : ReportUrl
function get Value () : ReportUrl