ChartObjectCollectionItem(T) クラス
ChartObjectCollectionBase 内のアイテムの基本クラスを表します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustInherit Class ChartObjectCollectionItem(Of T As BaseInstance)
'使用
Dim instance As ChartObjectCollectionItem(Of T)
public abstract class ChartObjectCollectionItem<T>
where T : BaseInstance
generic<typename T>
where T : BaseInstance
public ref class ChartObjectCollectionItem abstract
[<AbstractClassAttribute>]
type ChartObjectCollectionItem<'T when 'T : BaseInstance> = class end
JScript は汎用の型およびメソッドをサポートしていません。
型パラメーター
- T
継承階層
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartObjectCollectionItem<(Of <(<'T>)>)>
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartArea
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxis
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisTitle
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartCustomPaletteColor
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartDerivedSeries
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartFormulaParameter
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegend
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendColumn
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendCustomItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendCustomItemCell
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartStripLine
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartTitle
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。