Поделиться через


Класс LinearScale

Represents a linear scale to be drawn within a linear gauge.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
      Microsoft.ReportingServices.OnDemandReportRendering.LinearScale

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class LinearScale _
    Inherits GaugeScale
'Применение
Dim instance As LinearScale
public sealed class LinearScale : GaugeScale
public ref class LinearScale sealed : public GaugeScale
[<SealedAttribute>]
type LinearScale =  
    class 
        inherit GaugeScale 
    end
public final class LinearScale extends GaugeScale

Тип LinearScale обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ActionInfo Actions for the scale. (Производный от GaugeScale.)
Открытое свойство CustomLabels Custom labels for the scale. (Производный от GaugeScale.)
Открытое свойство EndMargin Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge.
Открытое свойство FieldsUsedInValueExpression Gets the fields used in a value expression. (Производный от GaugeScale.)
Открытое свойство GaugeMajorTickMarks Major tickmarks to display on the scale. (Производный от GaugeScale.)
Открытое свойство GaugeMinorTickMarks Minor tickmarks to display on the scale. (Производный от GaugeScale.)
Открытое свойство GaugePointers Gets the pointers on the scale.
Открытое свойство Hidden Indicates the scale is hidden. (Производный от GaugeScale.)
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство Interval Default interval between tick marks and labels. (Производный от GaugeScale.)
Открытое свойство IntervalOffset Default offset for the first tick mark and label. (Производный от GaugeScale.)
Открытое свойство Logarithmic Indicates the scale is logarithmic. (Производный от GaugeScale.)
Открытое свойство LogarithmicBase Base to use for logarithmic scale. (Производный от GaugeScale.)
Открытое свойство MaximumPin Maximum value at which a pointer on the scale will stop. (Производный от GaugeScale.)
Открытое свойство MaximumValue Maximum value for the scale. (Производный от GaugeScale.)
Открытое свойство MinimumPin Minimum value at which a pointer on the scale will stop. (Производный от GaugeScale.)
Открытое свойство MinimumValue Minimum value for the scale. (Производный от GaugeScale.)
Открытое свойство Multiplier Amount by which the gauge value is multiplied before being displayed. (Производный от GaugeScale.)
Открытое свойство Name Name of the gauge scale. (Производный от GaugeScale.)
Открытое свойство Position Position of the scale, as a percentage of the size of the gauge (height for horizontal gauges, width for vertical gauges).
Открытое свойство Reversed Indicates the direction of the scale is reversed. (Производный от GaugeScale.)
Открытое свойство ScaleLabels Labels to display on the scale. (Производный от GaugeScale.)
Открытое свойство ScaleRanges Ranges to display on the scale. (Производный от GaugeScale.)
Открытое свойство StartMargin Distance between the start of the gauge and the start of the scale, as a percentage of the size of the gauge.
Открытое свойство Style Gets the style properties of this report definition object. (Производный от GaugeScale.)
Открытое свойство TickMarksOnTop Indicates tick marks should be drawn above pointers. (Производный от GaugeScale.)
Открытое свойство ToolTip Tool tip text for the scale. (Производный от GaugeScale.)
Открытое свойство UniqueName Gets the unique identifier for this report definition object. (Производный от GaugeScale.)
Открытое свойство Width Width of the scale bar, as a percent of the size of the gauge (Производный от GaugeScale.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering