Proprietà ChartEmptyPoints.AxisLabel

Label to use on the axis for empty data points.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property AxisLabel As ReportExpression 
    Get 
    Set
'Utilizzo
Dim instance As ChartEmptyPoints 
Dim value As ReportExpression 

value = instance.AxisLabel

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

Valore proprietà

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

Vedere anche

Riferimento

ChartEmptyPoints Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel