Classe ScaleRangeCollection
Represents a collection of ScaleRange objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ScaleRangeCollection _
Inherits GaugePanelObjectCollectionBase(Of ScaleRange)
'Utilizzo
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>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'ScaleRange> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ScaleRangeCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche