Classe LinearScaleInstance
Represents an instance type of the LinearScale class, and contains the calculated values of the properties in LinearScale.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugeScaleInstance
Microsoft.ReportingServices.OnDemandReportRendering.LinearScaleInstance
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class LinearScaleInstance _
Inherits GaugeScaleInstance
'Utilizzo
Dim instance As LinearScaleInstance
public sealed class LinearScaleInstance : GaugeScaleInstance
public ref class LinearScaleInstance sealed : public GaugeScaleInstance
[<SealedAttribute>]
type LinearScaleInstance =
class
inherit GaugeScaleInstance
end
public final class LinearScaleInstance extends GaugeScaleInstance
Nel tipo LinearScaleInstance sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
EndMargin | Gets the calculated value of the EndMargin property in a LinearScale class. |
![]() |
Hidden | Gets the calculated value of the Hidden property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
Interval | Gets the calculated value of the Interval property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
IntervalOffset | Gets the calculated value of the IntervalOffset property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
Logarithmic | Gets the calculated value of the Logarithmic property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
LogarithmicBase | Gets the calculated value of the LogarithmicBase property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
Multiplier | Gets the calculated value of the Multiplier property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
Position | Gets the calculated value of the Position property in a LinearScale class. |
![]() |
Reversed | Gets the calculated value of the Reversed property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
StartMargin | Gets the calculated value of the StartMargin property in a LinearScale class. |
![]() |
Style | Gets the calculated value of the Style property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
TickMarksOnTop | Gets the calculated value of the TickMarksOnTop property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
ToolTip | Gets the calculated value of the ToolTip property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
![]() |
Width | Gets the calculated value of the Width property in a GaugeScale class. Ereditato da GaugeScaleInstance. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering