次の方法で共有


MapSubItem.MapSize プロパティ

サブアイテムのサイズを取得します。

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

構文

'宣言
Public ReadOnly Property MapSize As MapSize 
    Get
'使用
Dim instance As MapSubItem 
Dim value As MapSize 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapSize
サブアイテムのサイズを表す MapSize オブジェクト。

関連項目

参照

MapSubItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間