GaugeLabelCollection 类

定义

表示 GaugeLabel 对象集合。

public ref class GaugeLabelCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::GaugeLabel ^>
public sealed class GaugeLabelCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel>
type GaugeLabelCollection = class
    inherit GaugePanelObjectCollectionBase<GaugeLabel>
Public NotInheritable Class GaugeLabelCollection
Inherits GaugePanelObjectCollectionBase(Of GaugeLabel)
继承

属性

Count

获取集合中的项数。

Item[Int32]

获取指定索引处的项。

(继承自 GaugePanelObjectCollectionBase<T>)
Item[String]

获取具有指定名称的项。

方法

CreateGaugePanelObject(Int32)

在指定索引处创建仪表面板对象。

(继承自 GaugePanelObjectCollectionBase<T>)
GetEnumerator()

获取遍历此 GaugePanelObjectCollectionBase<T> 的枚举器。

(继承自 GaugePanelObjectCollectionBase<T>)

显式接口实现

IEnumerable.GetEnumerator()

获取遍历此 GaugePanelObjectCollectionBase<T> 的枚举器。

(继承自 GaugePanelObjectCollectionBase<T>)

适用于