Classe ChartCustomPaletteColorCollection
Represents a collection of ChareCustomPaletteColor objects.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartCustomPaletteColor, ChartCustomPaletteColorInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartCustomPaletteColorCollection
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ChartCustomPaletteColorCollection _
Inherits ChartObjectCollectionBase(Of ChartCustomPaletteColor, ChartCustomPaletteColorInstance)
'Utilizzo
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>
Nel tipo ChartCustomPaletteColorCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. Esegue l'override di ChartObjectCollectionBase<T, U>.Count. |
![]() |
Item | Gets an item in the collection by its index. Ereditato da ChartObjectCollectionBase<T, U>. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetEnumerator | Infrastruttura. Gets an enumerator that iterates through the collection. Ereditato da ChartObjectCollectionBase<T, U>. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Infrastruttura. Gets an enumerator that iterates through the collection. Ereditato da ChartObjectCollectionBase<T, U>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering