Freigeben über


ChartMarker.Size-Eigenschaft

Gets an expression that evaluates to the height and width of the plotting area of marker(s).

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

Siehe auch

Verweis

ChartMarker Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace