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.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class CustomData _
    Inherits DataRegionBody _
    Implements IDataScopeService, IDataScope, IContainedObject
'Uso
Dim instance As CustomData
public class CustomData : DataRegionBody, IDataScopeService, 
    IDataScope, IContainedObject
public ref class CustomData : public DataRegionBody, 
    IDataScopeService, IDataScope, IContainedObject
type CustomData =  
    class
        inherit DataRegionBody
        interface IDataScopeService
        interface IDataScope
        interface IContainedObject
    end
public class CustomData extends DataRegionBody implements IDataScopeService, IDataScope, IContainedObject

El tipo CustomData expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público CustomData Creates a new instance of the CustomData class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AllGroups Infraestructura.
Propiedad pública ComponentMetadata The component metadata. (Se hereda de ReportObject.)
Propiedad pública DataColumnHierarchy The hierarchy of column members for the data.
Propiedad pública DataRowHierarchy The hierarchy of row members for the data.
Propiedad pública DataRows The data values to calculate for each detail “cell” of the data.
Propiedad pública DataSetName Indicates which data set to use as the source data for this custom report item.
Propiedad pública Filters Filters to apply to each row of data.
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública Site Infraestructura. (Se hereda de ReportObject.)
Propiedad pública SortExpressions Sort expressions to apply to the data.

Arriba

Métodos

  Nombre Descripción
Método público DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetContainingDataScopes Infraestructura. (Se hereda de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. (Se hereda de ReportObject.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Initialize Initializes an instance of the CustomData class. (Invalida ReportObject. . :: . .Initialize() () () ().)
Método protegido InitializeForDesigner Infraestructura. (Se hereda de ReportObject.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. (Se hereda de ReportObject.)
Método protegido SavePropertyValue< (Of < <' (T> ) > > ) Infraestructura. (Se hereda de ReportObject.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable. . :: . .Dispose (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent. . :: . .Disposed (Se hereda de ReportObject.)
Implementación de interfaces explícitasPropiedad privada IDataScope. . :: . .Group
Implementación de interfaces explícitasPropiedad privada IDataScope. . :: . .Name
Implementación de interfaces explícitasMétodo privado IDataScopeService. . :: . .GetDataScopesFor

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.