Compartilhar via


Propriedade do RDL ChartEmptyPoints.AxisLabel

Gets an expression that evaluates to the label to use on the axis for empty data points.

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

Sintaxe

'Declaração
Public ReadOnly Property AxisLabel As ReportVariantProperty 
    Get
'Uso
Dim instance As ChartEmptyPoints 
Dim value As ReportVariantProperty 

value = instance.AxisLabel
public ReportVariantProperty AxisLabel { get; }
public:
property ReportVariantProperty^ AxisLabel {
    ReportVariantProperty^ get ();
}
member AxisLabel : ReportVariantProperty
function get AxisLabel () : ReportVariantProperty

Valor da propriedade

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

Consulte também

Referência

ChartEmptyPoints Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering