Classe NumericIndicatorCollection
Represents a collection of NumericIndicator objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class NumericIndicatorCollection _
Inherits GaugePanelObjectCollectionBase(Of NumericIndicator)
'Utilizzo
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>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'NumericIndicator> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..NumericIndicatorCollection
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.
Vedere anche