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.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.DataRegionBody
        Microsoft.ReportingServices.RdlObjectModel.CustomData

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 Gets or sets all groups of a custom data.
Öffentliche Eigenschaft ComponentMetadata Gets or sets the component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft DataColumnHierarchy Gets or sets the hierarchy of column members for the data.
Öffentliche Eigenschaft DataRowHierarchy Gets or sets the hierarchy of row members for the data.
Öffentliche Eigenschaft DataRows Gets or sets the data values to calculate for each detail “cell” of the data.
Öffentliche Eigenschaft DataSetName Gets or sets a value that indicates which dataset to use as the source data for this custom report item.
Öffentliche Eigenschaft Filters Gets or sets the filters to apply to each row of data.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site associated with the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Eigenschaft SortExpressions Gets or sets the 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 Returns the list of report object that contains data scopes. (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur Returns the data scopes for default implementation. (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur Returns the dependencies core for the ReportObject object. (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 Initializes the report object for designer. (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur Returns whether the report definition language semantic is the same with the core object. (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue<T> Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent.Disposed Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDataScope.Group Infrastruktur Gets or sets the custom data group.
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDataScope.Name Infrastruktur Gets or sets the name of the custom data.
Explizite SchnittstellenimplementierungPrivate Methode IDataScopeService.GetDataScopesFor Infrastruktur Gets the data scopes for a contained item.

Zum Anfang

Threadsicherheit

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

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace