LinearPointerCollection Clase

Definición

Representa una colección de LinearPointer objetos.

public ref class LinearPointerCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::LinearPointer ^>
public sealed class LinearPointerCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer>
type LinearPointerCollection = class
    inherit GaugePanelObjectCollectionBase<LinearPointer>
Public NotInheritable Class LinearPointerCollection
Inherits GaugePanelObjectCollectionBase(Of LinearPointer)
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