Compartilhar via


Classe StateIndicatorCollection

Represents a collection of StateIndicator objects.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class StateIndicatorCollection _
    Inherits GaugePanelObjectCollectionBase(Of StateIndicator)
'Uso
Dim instance As StateIndicatorCollection
public sealed class StateIndicatorCollection : GaugePanelObjectCollectionBase<StateIndicator>
public ref class StateIndicatorCollection sealed : public GaugePanelObjectCollectionBase<StateIndicator^>
[<SealedAttribute>]
type StateIndicatorCollection =  
    class
        inherit GaugePanelObjectCollectionBase<StateIndicator>
    end
public final class StateIndicatorCollection extends GaugePanelObjectCollectionBase<StateIndicator>

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'StateIndicator> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..StateIndicatorCollection

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.