Clase MapObjectCollectionBase<T>
Represents a collection of IMapObjectCollectionItem objects.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<T>
Más...
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustInherit Class MapObjectCollectionBase(Of T As IMapObjectCollectionItem) _
Inherits ReportElementCollectionBase(Of T)
'Uso
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 no admite tipos y métodos genéricos.
Parámetros de tipo
- T
The type of the item in the collection.
El tipo MapObjectCollectionBase<T> expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MapObjectCollectionBase<T> | Initializes a new instance of the MapObjectCollectionBase<T> class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of items in the collection. (Se hereda de ReportElementCollectionBase<T>.) | |
Item | Gets the item at the specified index. (Invalida ReportElementCollectionBase<T>.Item[Int32].) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CreateMapObject | Infraestructura. Creates a map object based on the item with the specified index in the collection. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. (Se hereda de ReportElementCollectionBase<T>.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IEnumerable.GetEnumerator | Infraestructura. Gets the enumerator that iterates through the collection. (Se hereda de ReportElementCollectionBase<T>.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering
Jerarquía de herencia
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