Classe ChartObjectCollectionBase<T, U>
Represents the base class for a collection of chart objects.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<T, U>
Mais...
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustInherit Class ChartObjectCollectionBase(Of T As ChartObjectCollectionItem(Of U), U As BaseInstance) _
Implements IEnumerable(Of T), IEnumerable
'Uso
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
The type of the item in the collection base.
- U
The type of the chart object item.
O tipo ChartObjectCollectionBase<T, U> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ChartObjectCollectionBase<T, U> | Infraestrutura. Initializes a new instance of the ChartObjectCollectionBase<T, U> class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets an item in the collection by its index. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateChartObject | Infraestrutura. Creates a chart object at the specified index. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Infraestrutura. Gets an enumerator that iterates through the collection. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable.GetEnumerator | Infraestrutura. Gets an enumerator that iterates through the collection. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering
Hierarquia de herança
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