Condividi tramite


Proprietà ChartSeries.EmptyPoints

Gets the empty points.

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

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property EmptyPoints As ChartEmptyPoints 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ChartSeries Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering