Partager via


Classe ChartObjectCollectionItem(T)

Represents the base class for an item in a ChartObjectCollectionBase.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ChartObjectCollectionItem<(Of <(<'T>)>)>
    Plus...

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustInherit Class ChartObjectCollectionItem(Of T As BaseInstance)
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T

Le type ChartObjectCollectionItem<(Of <(<'T>)>)> expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée ChartObjectCollectionItem< (Of < ( <'T> ) > ) > Infrastructure.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_instance Infrastructure.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Hiérarchie d'héritage

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