Partilhar via


Propriedade do RDL ChartSeries.EmptyPoints

Gets the empty points.

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

Sintaxe

'Declaração
Public MustOverride ReadOnly Property EmptyPoints As ChartEmptyPoints 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartSeries Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering