Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the label to use on the axis for the data point.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property AxisLabel As ReportVariantProperty
Get
'Uso
Dim instance As ChartDataPoint
Dim value As ReportVariantProperty
value = instance.AxisLabel
public abstract ReportVariantProperty AxisLabel { get; }
public:
virtual property ReportVariantProperty^ AxisLabel {
ReportVariantProperty^ get () abstract;
}
abstract AxisLabel : ReportVariantProperty
abstract function get AxisLabel () : ReportVariantProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the label to use on the axis for the data point.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering