Класс RadialScale
Represents a radial scale to be drawn within a RadialGauge.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
Microsoft.ReportingServices.OnDemandReportRendering.RadialScale
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class RadialScale _
Inherits GaugeScale
'Применение
Dim instance As RadialScale
public sealed class RadialScale : GaugeScale
public ref class RadialScale sealed : public GaugeScale
[<SealedAttribute>]
type RadialScale =
class
inherit GaugeScale
end
public final class RadialScale extends GaugeScale
Тип RadialScale обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
ActionInfo | Actions for the scale. (Производный от GaugeScale.) | |
CustomLabels | Custom labels for the scale. (Производный от GaugeScale.) | |
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.) | |
Radius | Gets an expression that evaluates to the radius of the scale as a percentage of the gauge. | |
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.) | |
StartAngle | Gets an expression that evaluates to the start angle of the scale in degrees (0-360). | |
Style | Gets the style properties of this report definition object. (Производный от GaugeScale.) | |
SweepAngle | Gets an expression that evaluates to the sweep angle of the scale in degrees (0-360). | |
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