Freigeben über


LinearScale-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class LinearScale _
    Inherits GaugeScale
'Usage
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

Der LinearScale-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace