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 | |
---|---|---|
ChartObjectCollectionItem<T> | Infraestrutura. Initializes a new instance of the ChartObjectCollectionItem<T> class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
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