Classe ChartObjectCollectionBase(T, U)
Represents the base class for a collection of chart objects.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartObjectCollectionBase<(Of <(<'T, U>)>)>
Plus...
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustInherit Class ChartObjectCollectionBase(Of T As ChartObjectCollectionItem(Of U), U As BaseInstance) _
Implements IEnumerable(Of T), IEnumerable
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
- U
Le type ChartObjectCollectionBase<(Of <(<'T, U>)>)> expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) > | Infrastructure. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets an item in the collection by its index. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CreateChartObject | Infrastructure. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator | Infrastructure. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | 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..::..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