MapLegendCollection Classe

Définition

Représente une collection d'objets MapLegend.

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

Propriétés

Count

Obtient le nombre d’éléments de la collection.

Item[Int32]

Obtient l'élément au niveau de l'index spécifié.

(Hérité de MapObjectCollectionBase<T>)

Méthodes

CreateMapObject(Int32)

Crée un objet de carte selon l'élément à l'index spécifié dans la collection.

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

Obtient l'énumérateur de ce ReportElementCollectionBase<T>.

(Hérité de ReportElementCollectionBase<T>)

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Obtient l'énumérateur qui itère au sein de la collection.

(Hérité de ReportElementCollectionBase<T>)

S’applique à