Класс LinearScaleInstance
Represents an instance type of the LinearScale class, and contains the calculated values of the properties in LinearScale.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugeScaleInstance
Microsoft.ReportingServices.OnDemandReportRendering.LinearScaleInstance
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class LinearScaleInstance _
Inherits GaugeScaleInstance
'Применение
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
Тип LinearScaleInstance обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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. (Производный от GaugeScaleInstance.) | |
Interval | Gets the calculated value of the Interval property in a GaugeScale class. (Производный от GaugeScaleInstance.) | |
IntervalOffset | Gets the calculated value of the IntervalOffset property in a GaugeScale class. (Производный от GaugeScaleInstance.) | |
Logarithmic | Gets the calculated value of the Logarithmic property in a GaugeScale class. (Производный от GaugeScaleInstance.) | |
LogarithmicBase | Gets the calculated value of the LogarithmicBase property in a GaugeScale class. (Производный от GaugeScaleInstance.) | |
Multiplier | Gets the calculated value of the Multiplier property in a GaugeScale class. (Производный от 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. (Производный от 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. (Производный от GaugeScaleInstance.) | |
TickMarksOnTop | Gets the calculated value of the TickMarksOnTop property in a GaugeScale class. (Производный от GaugeScaleInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a GaugeScale class. (Производный от GaugeScaleInstance.) | |
Width | Gets the calculated value of the Width property in a GaugeScale class. (Производный от GaugeScaleInstance.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering