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 | |
---|---|---|
MapObjectCollectionBase< (Of < ( <'T> ) > ) > | Initializes a new instance of the MapObjectCollectionBase<(Of <(<'T>)>)> class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of items in the collection. (hérité de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
Item | Gets the item at the specified index. (remplace ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CreateMapObject | Infrastructure. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (hérité de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
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