Freigeben über


Group-Klasse

Represents a data group.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.Group

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

Syntax

'Declaration
Public Class Group _
    Inherits ReportObject _
    Implements INamedObject, IDataScope, IContainedObject
'Usage
Dim instance As Group
public class Group : ReportObject, INamedObject, 
    IDataScope, IContainedObject
public ref class Group : public ReportObject, 
    INamedObject, IDataScope, IContainedObject
type Group =  
    class 
        inherit ReportObject 
        interface INamedObject 
        interface IDataScope 
        interface IContainedObject 
    end
public class Group extends ReportObject implements INamedObject, IDataScope, IContainedObject

Der Group-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ComponentMetadata Gets or sets the component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft DataElementName Gets or sets the name to use for the data element for instances of this group.
Öffentliche Eigenschaft DataElementOutput Gets or sets a value that indicates whether the instances of the group should appear in a data rendering.
Öffentliche Eigenschaft DocumentMapLabel Gets or sets a label to identify an instance of the group within the client UI (to provide a user-friendly label for searching). See ReportItem.Label
Öffentliche Eigenschaft DocumentMapLabelLocID Gets or sets the unique identifier for the DocumentMapLabel property.
Öffentliche Eigenschaft DomainScope Gets or sets the domain scope of the group.
Öffentliche Eigenschaft Filters Gets or sets the filters to apply to each instance of the group.
Öffentliche Eigenschaft GroupExpressions Gets or sets the expressions by which to group the data.
Öffentliche Eigenschaft Name Gets or sets the name of the group.
Öffentliche Eigenschaft PageBreak Gets or sets the page break behavior for this group.
Öffentliche Eigenschaft PageBreakProperties Infrastruktur Gets or sets the properties of the page break.
Öffentliche Eigenschaft PageName Gets or sets the page name of the group.
Öffentliche Eigenschaft Parent Gets or sets an expression that identifies the parent group in a recursive hierarchy. This is allowed only if the group has exactly one group expression. Indicates that if filters on the group eliminate a group instance’s parent, it is instead treated as a child of the parent’s parent. In the event of a loop, one of the parent-child relationships will be ignored.
Öffentliche Eigenschaft ParentTablixMember Infrastruktur Gets the parent of TablixMember object.
Öffentliche Eigenschaft ReGroupExpressions Gets or sets the expressions by which to group the data groups.
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site associated with the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Eigenschaft Variables Gets or sets a list of variables to evaluate at the group level.

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 Group 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 Gets the data group.

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