ChartCustomPaletteColorCollection-Klasse
Represents a collection of ChareCustomPaletteColor objects.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartCustomPaletteColor, ChartCustomPaletteColorInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartCustomPaletteColorCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartCustomPaletteColorCollection _
Inherits ChartObjectCollectionBase(Of ChartCustomPaletteColor, ChartCustomPaletteColorInstance)
'Usage
Dim instance As ChartCustomPaletteColorCollection
public sealed class ChartCustomPaletteColorCollection : ChartObjectCollectionBase<ChartCustomPaletteColor, ChartCustomPaletteColorInstance>
public ref class ChartCustomPaletteColorCollection sealed : public ChartObjectCollectionBase<ChartCustomPaletteColor^, ChartCustomPaletteColorInstance^>
[<SealedAttribute>]
type ChartCustomPaletteColorCollection =
class
inherit ChartObjectCollectionBase<ChartCustomPaletteColor, ChartCustomPaletteColorInstance>
end
public final class ChartCustomPaletteColorCollection extends ChartObjectCollectionBase<ChartCustomPaletteColor, ChartCustomPaletteColorInstance>
Der ChartCustomPaletteColorCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Überschreibt ChartObjectCollectionBase<T, U>.Count.) | |
Item | Gets an item in the collection by its index. (Geerbt von ChartObjectCollectionBase<T, U>.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetEnumerator | Infrastruktur Gets an enumerator that iterates through the collection. (Geerbt von ChartObjectCollectionBase<T, U>.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable.GetEnumerator | Infrastruktur Gets an enumerator that iterates through the collection. (Geerbt von ChartObjectCollectionBase<T, U>.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace