ChartLegendCustomItemCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ChartLegendCustomItem オブジェクトのコレクションを表します。
public ref class ChartLegendCustomItemCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItem ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemInstance ^>
public sealed class ChartLegendCustomItemCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItem,Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemInstance>
type ChartLegendCustomItemCollection = class
inherit ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
Public NotInheritable Class ChartLegendCustomItemCollection
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItem, ChartLegendCustomItemInstance)
- 継承
-
ChartLegendCustomItemCollection
プロパティ
Count |
コレクション内の項目の数を取得します。 |
Item[Int32] |
インデックスを指定して、コレクション内のアイテムを取得します。 (継承元 ChartObjectCollectionBase<T,U>) |
メソッド
CreateChartObject(Int32) |
指定されたインデックスにグラフ オブジェクトを作成します。 (継承元 ChartObjectCollectionBase<T,U>) |
GetEnumerator() |
コレクションを反復処理する列挙子を取得します。 (継承元 ChartObjectCollectionBase<T,U>) |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を取得します。 (継承元 ChartObjectCollectionBase<T,U>) |