共用方式為


MapSubItem.MapSize 屬性

Gets the size of the subitem.

命名空間:  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
A MapSize object that represents the size of the subitem.

請參閱

參考

MapSubItem 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間