Classe LinearGaugeCollection
Represents a collection of LinearGauge objects.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class LinearGaugeCollection _
Inherits GaugePanelObjectCollectionBase(Of LinearGauge)
'Utilisation
Dim instance As LinearGaugeCollection
public sealed class LinearGaugeCollection : GaugePanelObjectCollectionBase<LinearGauge>
public ref class LinearGaugeCollection sealed : public GaugePanelObjectCollectionBase<LinearGauge^>
[<SealedAttribute>]
type LinearGaugeCollection =
class
inherit GaugePanelObjectCollectionBase<LinearGauge>
end
public final class LinearGaugeCollection extends GaugePanelObjectCollectionBase<LinearGauge>
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'LinearGauge> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..LinearGaugeCollection
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.