Classe LinearGaugeCollection
Represents a collection of LinearGauge objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class LinearGaugeCollection _
Inherits GaugePanelObjectCollectionBase(Of LinearGauge)
'Uso
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>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'LinearGauge> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..LinearGaugeCollection
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