Compartir a través de


Clase CustomData

Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.CustomData

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

Sintaxis

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

El tipo CustomData expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataColumnHierarchy Gets the hierarchy of column members for the data.
Propiedad pública DataRowHierarchy Gets the hierarchy of row members for the data.
Propiedad pública DataSetName Gets the data set to use as the source data for this custom report item.
Propiedad pública RowCollection Gets the data rows.

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