Compartir a través de


Size Propiedad

Represents the height and width of the plotting area of marker(s).

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Size As ReportSizeProperty
    Get
'Uso
Dim instance As ChartMarker
Dim value As ReportSizeProperty

value = instance.Size
public ReportSizeProperty Size { get; }
public:
property ReportSizeProperty^ Size {
    ReportSizeProperty^ get ();
}
member Size : ReportSizeProperty
function get Size () : ReportSizeProperty