ChartObjectCollectionBase<T, U> クラス
グラフ オブジェクトのコレクションの基本クラスを表します。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<T, U>
詳細情報...
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustInherit Class ChartObjectCollectionBase(Of T As ChartObjectCollectionItem(Of U), U As BaseInstance) _
Implements IEnumerable(Of T), IEnumerable
'使用
Dim instance As ChartObjectCollectionBase(Of T, U)
public abstract class ChartObjectCollectionBase<T, U> : IEnumerable<T>,
IEnumerable
where T : ChartObjectCollectionItem<U>
where U : BaseInstance
generic<typename T, typename U>
where T : ChartObjectCollectionItem<U>
where U : BaseInstance
public ref class ChartObjectCollectionBase abstract : IEnumerable<T>,
IEnumerable
[<AbstractClassAttribute>]
type ChartObjectCollectionBase<'T, 'U when 'T : ChartObjectCollectionItem<'U> when 'U : BaseInstance> =
class
interface IEnumerable<'T>
interface IEnumerable
end
JScript は汎用の型およびメソッドをサポートしていません。
型パラメーター
- T
コレクションの基本のアイテムの種類。
- U
グラフ オブジェクト アイテムの型。
ChartObjectCollectionBase<T, U> 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ChartObjectCollectionBase<T, U> | インフラストラクチャです。 ChartObjectCollectionBase<T, U> クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Count | コレクションに含まれるアイテムの数を取得します。 | |
Item | インデックスを指定して、コレクション内のアイテムを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
CreateChartObject | インフラストラクチャです。指定されたインデックスにグラフ オブジェクトを作成します。 | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetEnumerator | インフラストラクチャです。コレクションを反復処理する列挙子を取得します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IEnumerable.GetEnumerator | インフラストラクチャです。コレクションを反復処理する列挙子を取得します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
関連項目
参照
Microsoft.ReportingServices.OnDemandReportRendering 名前空間
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<T, U>
Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartCustomPaletteColorCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartDerivedSeriesCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameterCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineCollection
Microsoft.ReportingServices.OnDemandReportRendering.ChartTitleCollection