ChartObjectCollectionItem<T> Class
Represents the base class for an item in a ChartObjectCollectionBase.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<T>
More...
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
The type of the item in the collection.
The ChartObjectCollectionItem<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ChartObjectCollectionItem<T> | Infrastructure. Initializes a new instance of the ChartObjectCollectionItem<T> class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_instance | Infrastructure. The instance of the base class. |
Top
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace
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