MapSize Propiedad
Gets the size of the subitem.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MapSize As MapSize
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapSize
A MapSize object.
Vea también