ChartObjectCollectionBase<T, U> Class

Represents the base class for a collection of chart objects.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<T, U>
    More...

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustInherit Class ChartObjectCollectionBase(Of T As ChartObjectCollectionItem(Of U), U As BaseInstance) _
    Implements IEnumerable(Of T), IEnumerable
'Usage
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 does not support generic types and methods.

Type Parameters

  • T
    The type of the item in the collection base.
  • U
    The type of the chart object item.

The ChartObjectCollectionBase<T, U> type exposes the following members.

Constructors

  Name Description
Protected method ChartObjectCollectionBase<T, U> Infrastructure. Initializes a new instance of the ChartObjectCollectionBase<T, U> class.

Top

Properties

  Name Description
Public property Count Gets the number of items in the collection.
Public property Item Gets an item in the collection by its index.

Top

Methods

  Name Description
Protected method CreateChartObject Infrastructure. Creates a chart object at the specified index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Infrastructure. Gets an enumerator that iterates through the collection.
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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Infrastructure. Gets an enumerator that iterates through the collection.

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.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