Share via


NumericIndicatorCollection クラス

定義

NumericIndicator オブジェクトのコレクションを表します。

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

プロパティ

Count

コレクション内の項目の数を取得します。

Item[Int32]

指定したインデックスにあるアイテムを取得します。

(継承元 GaugePanelObjectCollectionBase<T>)
Item[String]

指定した名前のアイテムを取得します。

メソッド

CreateGaugePanelObject(Int32)

指定されたインデックスにゲージ パネル オブジェクトを作成します。

(継承元 GaugePanelObjectCollectionBase<T>)
GetEnumerator()

この GaugePanelObjectCollectionBase<T> を反復処理する列挙子を取得します。

(継承元 GaugePanelObjectCollectionBase<T>)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

この GaugePanelObjectCollectionBase<T> を反復処理する列挙子を取得します。

(継承元 GaugePanelObjectCollectionBase<T>)

適用対象