MapObjectCollectionBase<T>-Klasse
Represents a collection of IMapObjectCollectionItem objects.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<T>
Mehr…
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustInherit Class MapObjectCollectionBase(Of T As IMapObjectCollectionItem) _
Inherits ReportElementCollectionBase(Of T)
'Usage
Dim instance As MapObjectCollectionBase(Of T)
public abstract class MapObjectCollectionBase<T> : ReportElementCollectionBase<T>
where T : IMapObjectCollectionItem
generic<typename T>
where T : IMapObjectCollectionItem
public ref class MapObjectCollectionBase abstract : public ReportElementCollectionBase<T>
[<AbstractClassAttribute>]
type MapObjectCollectionBase<'T when 'T : IMapObjectCollectionItem> =
class
inherit ReportElementCollectionBase<'T>
end
JScript bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.
Typparameter
- T
The type of the item in the collection.
Der MapObjectCollectionBase<T>-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
MapObjectCollectionBase<T> | Initializes a new instance of the MapObjectCollectionBase<T> class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Geerbt von ReportElementCollectionBase<T>.) | |
Item | Gets the item at the specified index. (Überschreibt ReportElementCollectionBase<T>.Item[Int32].) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CreateMapObject | Infrastruktur Creates a map object based on the item with the specified index in the collection. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. (Geerbt von ReportElementCollectionBase<T>.) | |
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 the enumerator that iterates through the collection. (Geerbt von ReportElementCollectionBase<T>.) |
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.ReportElementCollectionBase<T>
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<T>
Microsoft.ReportingServices.OnDemandReportRendering.MapBindingFieldPairCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapBucketCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapCustomColorCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegionCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinitionCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapFieldNameCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapLayerCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapLegendCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapLineCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapTileCollection
Microsoft.ReportingServices.OnDemandReportRendering.MapTitleCollection