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
Protected method ChartObjectCollectionItem<T> Infrastructure. Initializes a new instance of the ChartObjectCollectionItem<T> class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field 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