CustomLabelCollection Classe

Definizione

Rappresenta una raccolta di oggetti CustomLabel.

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

Proprietà

Count

Ottiene il numero di elementi inclusi 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