Partager via


Classe ScaleRangeCollection

Represents a collection of ScaleRange objects.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ScaleRangeCollection _
    Inherits GaugePanelObjectCollectionBase(Of ScaleRange)
'Utilisation
Dim instance As ScaleRangeCollection
public sealed class ScaleRangeCollection : GaugePanelObjectCollectionBase<ScaleRange>
public ref class ScaleRangeCollection sealed : public GaugePanelObjectCollectionBase<ScaleRange^>
[<SealedAttribute>]
type ScaleRangeCollection =  
    class
        inherit GaugePanelObjectCollectionBase<ScaleRange>
    end
public final class ScaleRangeCollection extends GaugePanelObjectCollectionBase<ScaleRange>

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'ScaleRange> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ScaleRangeCollection

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.