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 dataset used to populate the data for the slider labels.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property LabelData As LabelData
Get
'Uso
Dim instance As Slider
Dim value As LabelData
value = instance.LabelData
public LabelData LabelData { get; }
public:
property LabelData^ LabelData {
LabelData^ get ();
}
member LabelData : LabelData
function get LabelData () : LabelData
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.LabelData
Returns LabelData.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering