MapLegendCollection Clase

Definición

Representa una colección de objetos 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)
Herencia

Propiedades

Count

Obtiene el número de elementos de la colección.

Item[Int32]

Obtiene el elemento en el índice especificado.

(Heredado de MapObjectCollectionBase<T>)

Métodos

CreateMapObject(Int32)

Crea un objeto de mapa basado en el elemento con el índice especificado de la colección.

(Heredado de MapObjectCollectionBase<T>)
GetEnumerator()

Obtiene el enumerador para este objeto ReportElementCollectionBase<T>.

(Heredado de ReportElementCollectionBase<T>)

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Obtiene el enumerador que se itera por toda la colección.

(Heredado de ReportElementCollectionBase<T>)

Se aplica a