Classe MapObjectCollectionBase<T>
Represents a collection of IMapObjectCollectionItem objects.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<T>
Altro...
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustInherit Class MapObjectCollectionBase(Of T As IMapObjectCollectionItem) _
Inherits ReportElementCollectionBase(Of T)
'Utilizzo
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 non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The type of the item in the collection.
Nel tipo MapObjectCollectionBase<T> sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
MapObjectCollectionBase<T> | Initializes a new instance of the MapObjectCollectionBase<T> class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. Ereditato da ReportElementCollectionBase<T>. |
![]() |
Item | Gets the item at the specified index. Esegue l'override di ReportElementCollectionBase<T>.Item[Int32]. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
CreateMapObject | Infrastruttura. Creates a map object based on the item with the specified index in the collection. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. Ereditato da ReportElementCollectionBase<T>. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Infrastruttura. Gets the enumerator that iterates through the collection. Ereditato da ReportElementCollectionBase<T>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Gerarchia di ereditarietà
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