Partager via


Propriété Group

Gets or sets the grouping and filtering to apply to the data in a map member.

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

Syntaxe

'Déclaration
Public Overrides Property Group As Group
    Get
    Set
'Utilisation
Dim instance As MapMember
Dim value As Group

value = instance.Group

instance.Group = value
public override Group Group { get; set; }
public:
virtual property Group^ Group {
    Group^ get () override;
    void set (Group^ value) override;
}
abstract Group : Group with get, set
override Group : Group with get, set
override function get Group () : Group
override function set Group (value : Group)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .Group
A Group object.

Implémente

IHierarchyMember. . :: . .Group