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