次の方法で共有


ReportSizeProperty.Value プロパティ

プロパティのサイズ値を取得します。

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

構文

'宣言
Public ReadOnly Property Value As ReportSize 
    Get
'使用
Dim instance As ReportSizeProperty 
Dim value As ReportSize 

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

プロパティ値

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

関連項目

参照

ReportSizeProperty クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間