Compartir a través de


Clase LabelData

Represents the dataset used to populate the data for the slider labels.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.LabelData

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

Sintaxis

'Declaración
Public NotInheritable Class LabelData
'Uso
Dim instance As LabelData
public sealed class LabelData
public ref class LabelData sealed
[<SealedAttribute>]
type LabelData =  class end
public final class LabelData

El tipo LabelData expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataSetName Gets the dataset name.
Propiedad pública Key Obsoleto. Gets the field name in the dataset to be matched with band group expression value.
Propiedad pública KeyFields
Propiedad pública Label Gets the field name in the dataset to be displayed as navigation labels.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering