Classe NumericIndicatorCollection
Represents a collection of NumericIndicator objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'NumericIndicator> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..NumericIndicatorCollection
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.
Consulte também