次の方法で共有


MapSizeRuleInstance.EndSize プロパティ

MapSizeRule クラスの EndSize プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property EndSize As ReportSize 
    Get
'使用
Dim instance As MapSizeRuleInstance 
Dim value As ReportSize 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
EndSize プロパティの計算値を表す ReportSize 値。

関連項目

参照

MapSizeRuleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間