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 Gets or sets the component metadata. (hérité de ReportObject.)
Propriété publique DataElementName Gets or sets the name to use for the data element for instances of this group.
Propriété publique DataElementOutput Gets or sets a value that indicates whether the instances of the group should appear in a data rendering.
Propriété publique 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
Propriété publique DocumentMapLabelLocID Gets or sets the unique identifier for the DocumentMapLabel property.
Propriété publique DomainScope Gets or sets the domain scope of the group.
Propriété publique Filters Gets or sets the filters to apply to each instance of the group.
Propriété publique GroupExpressions Gets or sets the expressions by which to group the data.
Propriété publique Name Gets or sets the name of the group.
Propriété publique PageBreak Gets or sets the page break behavior for this group.
Propriété publique PageBreakProperties Infrastructure. Gets or sets the properties of the page break.
Propriété publique PageName Gets or sets the page name of the group.
Propriété publique 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.
Propriété publique ParentTablixMember Infrastructure. Gets the parent of TablixMember object.
Propriété publique ReGroupExpressions Gets or sets the expressions by which to group the data groups.
Propriété publique Site Infrastructure. Gets or sets the site associated with the ReportObject object. (hérité de ReportObject.)
Propriété publique Variables Gets or sets a list 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. Returns the list of report object that contains data scopes. (hérité de ReportObject.)
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. Returns the data scopes for default implementation. (hérité de ReportObject.)
Méthode protégée GetDependenciesCore Infrastructure. Returns the dependencies core for the ReportObject object. (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. Initializes the report object for designer. (hérité de ReportObject.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. Raises an event when the property of the child was changed. (hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. Raises an event when the property was changed. (hérité de ReportObject.)
Méthode protégée RdlSemanticEqualsCore Infrastructure. Returns whether the report definition language semantic is the same with the core object. (hérité de ReportObject.)
Méthode protégée SavePropertyValue<T> Infrastructure. Saves the property value of the report object. (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 Infrastructure. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent.Disposed Infrastructure. Occurs when the ReportObject object is disposed. (hérité de ReportObject.)
Implémentation d'interface explicitePropriété privée IDataScope.Group Gets the data 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.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel