Propriété AllGroups
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AllGroups As IEnumerable(Of Group)
Get
'Utilisation
Dim instance As CustomData
Dim value As IEnumerable(Of Group)
value = instance.AllGroups
public IEnumerable<Group> AllGroups { get; }
public:
property IEnumerable<Group^>^ AllGroups {
IEnumerable<Group^>^ get ();
}
member AllGroups : IEnumerable<Group>
function get AllGroups () : IEnumerable<Group>
Valeur de propriété
Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Group> ) > ) >
An IEnumerable<(Of <(<'T>)>)> object.