Classe RadialScaleCollection
Represents a collection of RadialScale objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class RadialScaleCollection _
Inherits GaugePanelObjectCollectionBase(Of RadialScale)
'Uso
Dim instance As RadialScaleCollection
public sealed class RadialScaleCollection : GaugePanelObjectCollectionBase<RadialScale>
public ref class RadialScaleCollection sealed : public GaugePanelObjectCollectionBase<RadialScale^>
[<SealedAttribute>]
type RadialScaleCollection =
class
inherit GaugePanelObjectCollectionBase<RadialScale>
end
public final class RadialScaleCollection extends GaugePanelObjectCollectionBase<RadialScale>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'RadialScale> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..RadialScaleCollection
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