Partilhar via


Classe ChartObjectCollectionItem(T)

Represents the base class for an item in a ChartObjectCollectionBase.

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

Sintaxe

'Declaração
Public MustInherit Class ChartObjectCollectionItem(Of T As BaseInstance)
'Uso
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 não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.