GaugeLabelCollection Classe

Definizione

Rappresenta una raccolta di oggetti GaugeLabel.

public ref class GaugeLabelCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::GaugeLabel ^>
public sealed class GaugeLabelCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel>
type GaugeLabelCollection = class
    inherit GaugePanelObjectCollectionBase<GaugeLabel>
Public NotInheritable Class GaugeLabelCollection
Inherits GaugePanelObjectCollectionBase(Of GaugeLabel)
Ereditarietà

Proprietà

Count

Ottiene il numero di elementi nella raccolta.

Item[Int32]

Ottiene l'elemento in corrispondenza dell'indice specificato.

(Ereditato da GaugePanelObjectCollectionBase<T>)
Item[String]

Ottiene l'elemento con il nome specificato.

Metodi

CreateGaugePanelObject(Int32)

Crea un oggetto pannello del misuratore in corrispondenza di un indice specificato.

(Ereditato da GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Ottiene l'enumeratore che scorre l'oggetto GaugePanelObjectCollectionBase<T>.

(Ereditato da GaugePanelObjectCollectionBase<T>)

Implementazioni dell'interfaccia esplicita

IEnumerable.GetEnumerator()

Ottiene l'enumeratore che scorre l'oggetto GaugePanelObjectCollectionBase<T>.

(Ereditato da GaugePanelObjectCollectionBase<T>)

Si applica a