Classe RadialScale
Represents a radial scale to be drawn within a RadialGauge.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeScale
Microsoft.ReportingServices.OnDemandReportRendering..::..RadialScale
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class RadialScale _
Inherits GaugeScale
'Utilisation
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
Le type RadialScale expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
ActionInfo | Actions for the scale. (hérité de GaugeScale.) | |
CustomLabels | Custom labels for the scale. (hérité de GaugeScale.) | |
FieldsUsedInValueExpression | Gets the fields used in a value expression. (hérité de GaugeScale.) | |
GaugeMajorTickMarks | Major tickmarks to display on the scale. (hérité de GaugeScale.) | |
GaugeMinorTickMarks | Minor tickmarks to display on the scale. (hérité de GaugeScale.) | |
GaugePointers | Gets the pointers on the scale. | |
Hidden | Indicates the scale is hidden. (hérité de 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. (hérité de GaugeScale.) | |
IntervalOffset | Default offset for the first tick mark and label. (hérité de GaugeScale.) | |
Logarithmic | Indicates the scale is logarithmic. (hérité de GaugeScale.) | |
LogarithmicBase | Base to use for logarithmic scale. (hérité de GaugeScale.) | |
MaximumPin | Maximum value at which a pointer on the scale will stop. (hérité de GaugeScale.) | |
MaximumValue | Maximum value for the scale. (hérité de GaugeScale.) | |
MinimumPin | Minimum value at which a pointer on the scale will stop. (hérité de GaugeScale.) | |
MinimumValue | Minimum value for the scale. (hérité de GaugeScale.) | |
Multiplier | Amount by which the gauge value is multiplied before being displayed. (hérité de GaugeScale.) | |
Name | Name of the gauge scale. (hérité de 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. (hérité de GaugeScale.) | |
ScaleLabels | Labels to display on the scale. (hérité de GaugeScale.) | |
ScaleRanges | Ranges to display on the scale. (hérité de 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. (hérité de 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. (hérité de GaugeScale.) | |
ToolTip | Tool tip text for the scale. (hérité de GaugeScale.) | |
UniqueName | Gets the unique identifier for this report definition object. (hérité de GaugeScale.) | |
Width | Width of the scale bar, as a percent of the size of the gauge (hérité de GaugeScale.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_instance | Infrastructure. (hérité de GaugePanelObjectCollectionItem.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.