GaugePanel.AllGroups 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets all the groups in the gauge panel.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Overrides ReadOnly Property AllGroups As IEnumerable(Of Group)
    Get
用法
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>

属性值

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

请参阅

参考

GaugePanel 类

Microsoft.ReportingServices.RdlObjectModel 命名空间