Freigeben über


ChartSeries.EmptyPoints-Eigenschaft

Gets the empty points.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property EmptyPoints As ChartEmptyPoints 
    Get
'Usage
Dim instance As ChartSeries 
Dim value As ChartEmptyPoints 

value = instance.EmptyPoints
public abstract ChartEmptyPoints EmptyPoints { get; }
public:
virtual property ChartEmptyPoints^ EmptyPoints {
    ChartEmptyPoints^ get () abstract;
}
abstract EmptyPoints : ChartEmptyPoints
abstract function get EmptyPoints () : ChartEmptyPoints

Eigenschaftswert

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

Siehe auch

Verweis

ChartSeries Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace