Compartir a través de


ChartEmptyPoints.AxisLabel Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ChartEmptyPoints Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering