Freigeben über


Group-Member

Represents a data group.

Der Group-Typ macht die folgenden Member verfügbar.

Konstruktoren

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

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 GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Geerbt von ReportObject.)
Öffentliche Methode GetContainingDataScopes The containing data scopes. (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur. (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. (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 SavePropertyValue< (Of < <' (T> ) > > ) Infrastruktur. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte Methode WrapPropertyStore Infrastruktur. (Geerbt von ReportObject.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataElementName The name to use for the data element for instances of this group.
Öffentliche Eigenschaft DataElementOutput Indicates whether the instances of the group should appear in a data rendering.
Öffentliche Eigenschaft DocumentMapLabel 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 The unique identifier for the DocumentMapLabel property.
Öffentliche Eigenschaft Filters Filters to apply to each instance of the group.
Öffentliche Eigenschaft GroupExpressions The expressions by which to group the data.
Öffentliche Eigenschaft Name The name of the group.
Öffentliche Eigenschaft PageBreak Defines page break behavior for this group.
Öffentliche Eigenschaft Parent 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.
Öffentliche Eigenschaft PropertyStore The property store. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft ReGroupExpressions The expressions by which to group the data groups.
Öffentliche Eigenschaft Site Infrastruktur. (Geerbt von ReportObject.)
Öffentliche Eigenschaft Variables A set of variables to evaluate at the group level.

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable. . :: . .Dispose (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent. . :: . .Disposed (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDataScope. . :: . .Group

Zum Anfang