Compartilhar via


Propriedade do RDL ChartSeries.ChartEmptyPoints

Defines behavior of empty points in the series.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ChartEmptyPoints As ChartEmptyPoints 
    Get 
    Set
'Uso
Dim instance As ChartSeries 
Dim value As ChartEmptyPoints 

value = instance.ChartEmptyPoints

instance.ChartEmptyPoints = value
public ChartEmptyPoints ChartEmptyPoints { get; set; }
public:
property ChartEmptyPoints^ ChartEmptyPoints {
    ChartEmptyPoints^ get ();
    void set (ChartEmptyPoints^ value);
}
member ChartEmptyPoints : ChartEmptyPoints with get, set
function get ChartEmptyPoints () : ChartEmptyPoints 
function set ChartEmptyPoints (value : ChartEmptyPoints)

Valor da propriedade

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

Consulte também

Referência

ChartSeries Classe

Namespace Microsoft.ReportingServices.RdlObjectModel