Condividi tramite


Proprietà Size

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

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Size As ReportSizeProperty
    Get
'Utilizzo
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