Partager via


Propriété AllGroups

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Ce membre se substitue à DataRegion. . :: . .AllGroups.

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

Syntaxe

'Déclaration
Public Overrides ReadOnly Property AllGroups As IEnumerable(Of Group)
    Get
'Utilisation
Dim instance As Tablix
Dim value As IEnumerable(Of Group)

value = instance.AllGroups
public override IEnumerable<Group> AllGroups { get; }
public:
virtual property IEnumerable<Group^>^ AllGroups {
    IEnumerable<Group^>^ get () override;
}
abstract AllGroups : IEnumerable<Group>
override AllGroups : IEnumerable<Group>
override function get AllGroups () : IEnumerable<Group>

Valeur de propriété

Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Group> ) > ) >
An IEnumerable<(Of <(<'T>)>)> object.