ChartObjectCollectionBase<T, U>-Klasse
Represents the base class for a collection of chart objects.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<T, U>
Mehr…
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustInherit Class ChartObjectCollectionBase(Of T As ChartObjectCollectionItem(Of U), U As BaseInstance) _
Implements IEnumerable(Of T), IEnumerable
'Usage
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 bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.
Typparameter
- T
The type of the item in the collection base.
- U
The type of the chart object item.
Der ChartObjectCollectionBase<T, U>-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ChartObjectCollectionBase<T, U> | Infrastruktur Initializes a new instance of the ChartObjectCollectionBase<T, U> class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets an item in the collection by its index. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CreateChartObject | Infrastruktur Creates a chart object at the specified index. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Infrastruktur Gets an enumerator that iterates through the collection. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable.GetEnumerator | Infrastruktur Gets an enumerator that iterates through the collection. |
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
Vererbungshierarchie
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