Compartilhar via


Propriedade do RDL ChartDataPoint.ChartDataLabel

Indicates the values should be marked with data labels.

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

Sintaxe

'Declaração
Public Property ChartDataLabel As ChartDataLabel 
    Get 
    Set
'Uso
Dim instance As ChartDataPoint 
Dim value As ChartDataLabel 

value = instance.ChartDataLabel

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

Valor da propriedade

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

Consulte também

Referência

ChartDataPoint Classe

Namespace Microsoft.ReportingServices.RdlObjectModel