Proprietà GaugePanel.AllGroups

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets all the groups in the gauge panel.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

GaugePanel Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel