Partager via


Classe Group

Represents a data group.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class Group _
    Inherits ReportObject _
    Implements INamedObject, IDataScope, IContainedObject
'Utilisation
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

Le type Group expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Group Creates a new instance of the Group class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ComponentMetadata The component metadata. (hérité de ReportObject.)
Propriété publique DataElementName The name to use for the data element for instances of this group.
Propriété publique DataElementOutput Indicates whether the instances of the group should appear in a data rendering.
Propriété publique 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
Propriété publique DocumentMapLabelLocID The unique identifier for the DocumentMapLabel property.
Propriété publique DomainScope The domain scope of the group.
Propriété publique Filters Filters to apply to each instance of the group.
Propriété publique GroupExpressions The expressions by which to group the data.
Propriété publique Name The name of the group.
Propriété publique PageBreak Defines page break behavior for this group.
Propriété publique PageBreakProperties Infrastructure.
Propriété publique PageName The page name of the group.
Propriété publique 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.
Propriété publique ParentTablixMember Infrastructure.
Propriété publique ReGroupExpressions The expressions by which to group the data groups.
Propriété publique Site Infrastructure. (hérité de ReportObject.)
Propriété publique Variables A set of variables to evaluate at the group level.

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (hérité de ReportObject.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetContainingDataScopes Infrastructure. (hérité de ReportObject.)
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. (hérité de ReportObject.)
Méthode protégée GetDependenciesCore Infrastructure. (hérité de ReportObject.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Initialize Initializes an instance of the Group class. (remplace ReportObject. . :: . .Initialize() () () ().)
Méthode protégée InitializeForDesigner Infrastructure. (hérité de ReportObject.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. (hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. (hérité de ReportObject.)
Méthode protégée RdlSemanticEqualsCore Infrastructure. (hérité de ReportObject.)
Méthode protégée SavePropertyValue< (Of < <' (T> ) > > ) Infrastructure. (hérité de ReportObject.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable. . :: . .Dispose (hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent. . :: . .Disposed (hérité de ReportObject.)
Implémentation d'interface explicitePropriété privée IDataScope. . :: . .Group

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.