Compartir a través de


ChartObjectCollectionBase(T, U) Clase

Represents the base class for a collection of chart objects.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustInherit Class ChartObjectCollectionBase(Of T As ChartObjectCollectionItem(Of U), U As BaseInstance) _
    Implements IEnumerable(Of T), IEnumerable
'Uso
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 no admite tipos y métodos genéricos.

Parámetros de tipo

  • T
  • U

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.