Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the size of the subitem.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapSize As MapSize
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapSize
A MapSize object that represents the size of the subitem.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace