Freigeben über


CustomData-Klasse

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class CustomData _
    Inherits DataRegionBody _
    Implements IDataScopeService, IDataScope, IContainedObject
'Usage
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

Der CustomData-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode CustomData Creates a new instance of the CustomData class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllGroups Infrastruktur
Öffentliche Eigenschaft ComponentMetadata The component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft DataColumnHierarchy The hierarchy of column members for the data.
Öffentliche Eigenschaft DataRowHierarchy The hierarchy of row members for the data.
Öffentliche Eigenschaft DataRows The data values to calculate for each detail “cell” of the data.
Öffentliche Eigenschaft DataSetName Indicates which data set to use as the source data for this custom report item.
Öffentliche Eigenschaft Filters Filters to apply to each row of data.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft Site Infrastruktur (Geerbt von ReportObject.)
Öffentliche Eigenschaft SortExpressions Sort expressions to apply to the data.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetContainingDataScopes Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes an instance of the CustomData class. (Überschreibt ReportObject. . :: . .Initialize() () () ().)
Geschützte Methode InitializeForDesigner Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue< (Of < <' (T> ) > > ) Infrastruktur (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.