Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the base class for a collection of chart objects.
Hiérarchie d'héritage
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<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
The type of the item in the collection base.
- U
The type of the chart object item.
Le type ChartObjectCollectionBase<T, U> expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
ChartObjectCollectionBase<T, U> | Infrastructure. Initializes a new instance of the ChartObjectCollectionBase<T, U> class. |
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. Creates a chart object at the specified index. |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetEnumerator | Infrastructure. Gets an enumerator that iterates through the collection. |
![]() |
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. Gets an enumerator that iterates through the collection. |
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.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering
Hiérarchie d'héritage
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<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
.gif)
.gif)
.gif)
.gif)
.gif)