Compartir a través de


StateIndicatorCollection Clase

Represents a collection of StateIndicator objects.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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>

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.