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 | |
---|---|---|
DataSetName | Gets the dataset name. | |
Key | Obsoleto. Gets the field name in the dataset to be matched with band group expression value. | |
KeyFields | ||
Label | Gets the field name in the dataset to be displayed as navigation labels. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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