Classe LinearScale
Represents a linear scale to be drawn within a linear gauge.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeScale
Microsoft.ReportingServices.OnDemandReportRendering..::..LinearScale
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class LinearScale _
Inherits GaugeScale
'Utilisation
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
Le type LinearScale 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.) |
![]() |
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. (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.) |
![]() |
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. (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.) |
![]() |
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. (hérité de GaugeScale.) |
![]() |
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.