ChartLegendCustomItemCellCollection Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta una raccolta di ChartLegendCustomItemCell oggetti .
public ref class ChartLegendCustomItemCellCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemCell ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemCellInstance ^>
public sealed class ChartLegendCustomItemCellCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCell,Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellInstance>
type ChartLegendCustomItemCellCollection = class
inherit ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>
Public NotInheritable Class ChartLegendCustomItemCellCollection
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance)
- Ereditarietà
-
ChartLegendCustomItemCellCollection
Proprietà
| Nome | Descrizione |
|---|---|
| Count |
Ottiene il numero di elementi nell'insieme. |
| Item[Int32] |
Ottiene un oggetto nella collezione tramite il suo indice. (Ereditato da ChartObjectCollectionBase<T,U>) |
Metodi
| Nome | Descrizione |
|---|---|
| CreateChartObject(Int32) |
Crea un oggetto grafico all'indice specificato. (Ereditato da ChartObjectCollectionBase<T,U>) |
| GetEnumerator() |
Ottiene un enumeratore che scorre l'insieme. (Ereditato da ChartObjectCollectionBase<T,U>) |
Implementazioni dell'interfaccia esplicita
| Nome | Descrizione |
|---|---|
| IEnumerable.GetEnumerator() |
Ottiene un enumeratore che scorre l'insieme. (Ereditato da ChartObjectCollectionBase<T,U>) |