Langue

MapFieldNameCollection Classe

Définition

Représente une collection d’objets MapFieldName .

public ref class MapFieldNameCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapFieldName ^>
public sealed class MapFieldNameCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapFieldName>
type MapFieldNameCollection = class
    inherit MapObjectCollectionBase<MapFieldName>
Public NotInheritable Class MapFieldNameCollection
Inherits MapObjectCollectionBase(Of MapFieldName)
Héritage

Propriétés

Nom Description
Count

Obtient le nombre d'éléments dans la collection.

Item[Int32]

Obtient l’élément à l’index spécifié.

(Hérité de MapObjectCollectionBase<T>)

Méthodes

Nom Description
CreateMapObject(Int32)

Crée un objet map basé sur l’élément avec l’index spécifié dans la collection.

(Hérité de MapObjectCollectionBase<T>)
GetEnumerator()

On obtient l’énumérateur pour cela ReportElementCollectionBase<T>.

(Hérité de ReportElementCollectionBase<T>)

Implémentations d’interfaces explicites

Nom Description
IEnumerable.GetEnumerator()

Ça obtient l’énumérateur qui itère dans la collection.

(Hérité de ReportElementCollectionBase<T>)

S’applique à