Compartir a través de


ChartDataLabel Propiedad

Indicates the values should be marked with data labels. Applies only within DerivedSeries.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ChartDataLabel As ChartDataLabel
    Get
    Set
'Uso
Dim instance As ChartSeries
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)