Freigeben über


CustomData.AllGroups-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets all groups of a custom data.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property AllGroups As IEnumerable(Of Group)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<Group>
An IEnumerable<T> object.

Siehe auch

Verweis

CustomData Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace