ChartObjectCollectionItem<T> Class
Represents the base class for an item in a ChartObjectCollectionBase.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustInherit Class ChartObjectCollectionItem(Of T As BaseInstance)
'Usage
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 does not support generic types and methods.
Type Parameters
- T
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.