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 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 DataLabel As ChartDataLabel
Get
'Uso
Dim instance As ChartDataPoint
Dim value As ChartDataLabel
value = instance.DataLabel
public abstract ChartDataLabel DataLabel { get; }
public:
virtual property ChartDataLabel^ DataLabel {
ChartDataLabel^ get () abstract;
}
abstract DataLabel : ChartDataLabel
abstract function get DataLabel () : ChartDataLabel
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel
A ChartDataLabel object that represents the label for the data point.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering