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 命名空间