다음을 통해 공유


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