次の方法で共有


MapSizeRule.EndSize プロパティ

マップのポイントまたは線に適用するサイズ範囲の終了サイズを取得します。

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

構文

'宣言
Public ReadOnly Property EndSize As ReportSizeProperty 
    Get
'使用
Dim instance As MapSizeRule 
Dim value As ReportSizeProperty 

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

プロパティ値

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

関連項目

参照

MapSizeRule クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間