RadialPointerCollection Clase

Definición

Representa una colección de RadialPointer objetos.

public ref class RadialPointerCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::RadialPointer ^>
public sealed class RadialPointerCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.RadialPointer>
type RadialPointerCollection = class
    inherit GaugePanelObjectCollectionBase<RadialPointer>
Public NotInheritable Class RadialPointerCollection
Inherits GaugePanelObjectCollectionBase(Of RadialPointer)
Herencia

Propiedades

Nombre Description
Count

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

Item[Int32]

Obtiene el elemento en el índice especificado.

(Heredado de GaugePanelObjectCollectionBase<T>)
Item[String]

Obtiene el artículo que tiene el nombre especificado.

Métodos

Nombre Description
CreateGaugePanelObject(Int32)

Crea un objeto panel de instrumentos en un índice especificado.

(Heredado de GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Obtiene el enumerador que itera a través de este GaugePanelObjectCollectionBase<T>.

(Heredado de GaugePanelObjectCollectionBase<T>)

Implementaciones de interfaz explícitas

Nombre Description
IEnumerable.GetEnumerator()

Obtiene el enumerador que itera a través de este GaugePanelObjectCollectionBase<T>.

(Heredado de GaugePanelObjectCollectionBase<T>)

Se aplica a