Condividi tramite


Classe StateIndicatorCollection

Represents a collection of StateIndicator objects.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class StateIndicatorCollection _
    Inherits GaugePanelObjectCollectionBase(Of StateIndicator)
'Utilizzo
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>

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.