Partager via


Propriété Tablix.AllGroups

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

Gets or sets all groups of a tablix.

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<Group>
An IEnumerable<T> object.

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel