Classe ChartLegendCustomItemCollection
Represents a collection of ChartLegendCustomItem objects.
Hiérarchie d'héritage
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCollection
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ChartLegendCustomItemCollection _
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItem, ChartLegendCustomItemInstance)
'Utilisation
Dim instance As ChartLegendCustomItemCollection
public sealed class ChartLegendCustomItemCollection : ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
public ref class ChartLegendCustomItemCollection sealed : public ChartObjectCollectionBase<ChartLegendCustomItem^, ChartLegendCustomItemInstance^>
[<SealedAttribute>]
type ChartLegendCustomItemCollection =
class
inherit ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
end
public final class ChartLegendCustomItemCollection extends ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
Le type ChartLegendCustomItemCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of items in the collection. (remplace ChartObjectCollectionBase<T, U>.Count.) | |
Item | Gets an item in the collection by its index. (hérité de ChartObjectCollectionBase<T, U>.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetEnumerator | Infrastructure. Gets an enumerator that iterates through the collection. (hérité de ChartObjectCollectionBase<T, U>.) | |
GetHashCode | (hérité de Object.) | |
GetType | (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. (hérité de ChartObjectCollectionBase<T, U>.) |
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