Freigeben über


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
Geschützte Methode MapObjectCollectionBase<T> Initializes a new instance of the MapObjectCollectionBase<T> class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items in the collection. (Geerbt von ReportElementCollectionBase<T>.)
Öffentliche Eigenschaft Item Gets the item at the specified index. (Überschreibt ReportElementCollectionBase<T>.Item[Int32].)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CreateMapObject Infrastruktur Creates a map object based on the item with the specified index in the collection.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets the enumerator for this ReportElementCollectionBase<T>. (Geerbt von ReportElementCollectionBase<T>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode 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