Partager via


Classe MapObjectCollectionBase(T)

Represents a collection of IMapObjectCollectionItem objects.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'T> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..MapObjectCollectionBase<(Of <(<'T>)>)>
      Plus...

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustInherit Class MapObjectCollectionBase(Of T As IMapObjectCollectionItem) _
    Inherits ReportElementCollectionBase(Of T)
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T

Le type MapObjectCollectionBase<(Of <(<'T>)>)> expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée MapObjectCollectionBase< (Of < ( <'T> ) > ) > Initializes a new instance of the MapObjectCollectionBase<(Of <(<'T>)>)> class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of items in the collection. (hérité de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)
Propriété publique Item Gets the item at the specified index. (remplace ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .)

Haut de la page

Méthodes

  Nom Description
Méthode protégée CreateMapObject Infrastructure.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (hérité de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IEnumerable. . :: . .GetEnumerator Infrastructure. (hérité de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'T> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..MapObjectCollectionBase<(Of <(<'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