Compartilhar via


Classe ChartObjectCollectionItem<T>

Represents the base class for an item in a ChartObjectCollectionBase.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<T>
    Mais...

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
    The type of the item in the collection.

O tipo ChartObjectCollectionItem<T> expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido ChartObjectCollectionItem<T> Infraestrutura. Initializes a new instance of the ChartObjectCollectionItem<T> class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido m_instance Infraestrutura. The instance of the base class.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering

Hierarquia de herança

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