次の方法で共有


ReportUrlProperty.Value プロパティ

プロパティの URL 値を取得します。

名前空間:  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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
ReportUrl オブジェクト。

関連項目

参照

ReportUrlProperty クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間