共用方式為


ChartObjectCollectionBase(T, U) 類別

Represents the base class for a collection of chart objects.

繼承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ChartObjectCollectionBase<(Of <(<'T, U>)>)>
    其他...

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustInherit Class ChartObjectCollectionBase(Of T As ChartObjectCollectionItem(Of U), U As BaseInstance) _
    Implements IEnumerable(Of T), IEnumerable
'用途
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 不支援一般類型和方法。

型別參數

  • T
  • U

ChartObjectCollectionBase<(Of <(<'T, U>)>)> 型別公開下列成員。

建構函式

  名稱 說明
受保護的方法 ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) > 基礎結構。

上層

屬性

  名稱 說明
公用屬性 Count Gets the number of items in the collection.
公用屬性 Item Gets an item in the collection by its index.

上層

方法

  名稱 說明
受保護的方法 CreateChartObject 基礎結構。
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetEnumerator 基礎結構。
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 IEnumerable. . :: . .GetEnumerator 基礎結構。

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

繼承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ChartObjectCollectionBase<(Of <(<'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