Partilhar via


Classe LinearScaleCollection

Represents a collection of LinearScale objects.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class LinearScaleCollection _
    Inherits GaugePanelObjectCollectionBase(Of LinearScale)
'Uso
Dim instance As LinearScaleCollection
public sealed class LinearScaleCollection : GaugePanelObjectCollectionBase<LinearScale>
public ref class LinearScaleCollection sealed : public GaugePanelObjectCollectionBase<LinearScale^>
[<SealedAttribute>]
type LinearScaleCollection =  
    class
        inherit GaugePanelObjectCollectionBase<LinearScale>
    end
public final class LinearScaleCollection extends GaugePanelObjectCollectionBase<LinearScale>

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'LinearScale> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..LinearScaleCollection

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.