NumericIndicatorCollection Clase
Represents a collection of NumericIndicator objects.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class NumericIndicatorCollection _
Inherits GaugePanelObjectCollectionBase(Of NumericIndicator)
'Uso
Dim instance As NumericIndicatorCollection
public sealed class NumericIndicatorCollection : GaugePanelObjectCollectionBase<NumericIndicator>
public ref class NumericIndicatorCollection sealed : public GaugePanelObjectCollectionBase<NumericIndicator^>
[<SealedAttribute>]
type NumericIndicatorCollection =
class
inherit GaugePanelObjectCollectionBase<NumericIndicator>
end
public final class NumericIndicatorCollection extends GaugePanelObjectCollectionBase<NumericIndicator>
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'NumericIndicator> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..NumericIndicatorCollection
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.