Freigeben über


GaugePanel.AllGroups-Eigenschaft

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

Gets all the groups in the gauge panel.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

GaugePanel Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace