Freigeben über


ScaleRange-Klasse

Represents a range to be drawn against a GaugeScale.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange

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

Syntax

'Declaration
Public NotInheritable Class ScaleRange _
    Inherits GaugePanelObjectCollectionItem _
    Implements IROMStyleDefinitionContainer
'Usage
Dim instance As ScaleRange
public sealed class ScaleRange : GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer
public ref class ScaleRange sealed : public GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ScaleRange =  
    class 
        inherit GaugePanelObjectCollectionItem 
        interface IROMStyleDefinitionContainer 
    end
public final class ScaleRange extends GaugePanelObjectCollectionItem implements IROMStyleDefinitionContainer

Der ScaleRange-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ActionInfo Gets the actions for the range.
Öffentliche Eigenschaft BackgroundGradientType Gets an expression that evaluates to the type of background gradient.
Öffentliche Eigenschaft DistanceFromScale Gets an expression that evaluates to the distance from the range to the scale, as a percentage of the size of the scale.
Öffentliche Eigenschaft EndValue Gets an expression that evaluates to the ending value for the range.
Öffentliche Eigenschaft EndWidth Gets an expression that evaluates to the width of the range at the start, as a percentage of the size of the scale.
Öffentliche Eigenschaft FieldsUsedInValueExpression Gets the fields used in a value expression.
Öffentliche Eigenschaft Hidden Gets an expression that evaluates to a value that indicates whether the range is hidden.
Öffentliche Eigenschaft InRangeBarPointerColor Gets an expression that evaluates to the color of the bar pointer if it falls within this range.
Öffentliche Eigenschaft InRangeLabelColor Gets an expression that evaluates to the color of scale labels that fall within this range.
Öffentliche Eigenschaft InRangeTickMarksColor Gets an expression that evaluates to the color of tick marks that fall within this range.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft Name Gets an expression that evaluates to the name of the scale range.
Öffentliche Eigenschaft Placement Gets an expression that evaluates to where the range should be placed relative to the scale.
Öffentliche Eigenschaft StartValue Gets an expression that evaluates to the starting value for the range.
Öffentliche Eigenschaft StartWidth Gets an expression that evaluates to the width of the range at the start, as a percentage of the size of the scale.
Öffentliche Eigenschaft Style Gets the style properties of this report definition object.
Öffentliche Eigenschaft ToolTip Gets an expression that evaluates to the tool tip text for the range.
Öffentliche Eigenschaft UniqueName Gets the unique identifier for this report definition object.

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