Compartilhar via


CustomLabelCollection Classe

Definição

Representa uma coleção de objetos 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)
Herança

Propriedades

Count

Obtém o número de itens na coleção.

Item[Int32]

Obtém o item no índice especificado.

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

Obtém o item que tem o nome especificado.

Métodos

CreateGaugePanelObject(Int32)

Cria um objeto do painel do medidor em um índice especificado.

(Herdado de GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Obtém o enumerador que itera por esse GaugePanelObjectCollectionBase<T>.

(Herdado de GaugePanelObjectCollectionBase<T>)

Implantações explícitas de interface

IEnumerable.GetEnumerator()

Obtém o enumerador que itera por esse GaugePanelObjectCollectionBase<T>.

(Herdado de GaugePanelObjectCollectionBase<T>)

Aplica-se a