言語

ChartLegendColumnCollection クラス

定義

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

public ref class ChartLegendColumnCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendColumn ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendColumnInstance ^>
public sealed class ChartLegendColumnCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumn,Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnInstance>
type ChartLegendColumnCollection = class
    inherit ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
Public NotInheritable Class ChartLegendColumnCollection
Inherits ChartObjectCollectionBase(Of ChartLegendColumn, ChartLegendColumnInstance)
継承

プロパティ

名前 説明
Count

コレクション内のアイテムの数を取得します。

Item[Int32]

コレクション内のアイテムをインデックスで取得します。

(継承元 ChartObjectCollectionBase<T,U>)

メソッド

名前 説明
CreateChartObject(Int32)

指定されたインデックスでチャートオブジェクトを作成します。

(継承元 ChartObjectCollectionBase<T,U>)
GetEnumerator()

コレクションを反復処理する列挙子を取得します。

(継承元 ChartObjectCollectionBase<T,U>)

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

名前 説明
IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を取得します。

(継承元 ChartObjectCollectionBase<T,U>)

適用対象