ScaleRange-Klasse
Represents a range to be drawn against a scale.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..ScaleRange
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ScaleRange _
Inherits ReportObject _
Implements INamedObject
'Usage
Dim instance As ScaleRange
public class ScaleRange : ReportObject, INamedObject
public ref class ScaleRange : public ReportObject,
INamedObject
type ScaleRange =
class
inherit ReportObject
interface INamedObject
end
public class ScaleRange extends ReportObject implements INamedObject
Der ScaleRange-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ScaleRange | Creates a new instance of the ScaleRange class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Actions for the range. | |
BackgroundGradientType | The type of background gradient. | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
DistanceFromScale | Distance from the range to the scale, as a percentage of the size of the scale. | |
EndValue | Ending value for the range. | |
EndWidth | Width of the range at the start, as a percentage of the size of the scale. | |
Hidden | Indicates the range is hidden. | |
InRangeBarPointerColor | Color of the bar pointer if it falls within this range. | |
InRangeLabelColor | Color of scale labels that fall within this range. | |
InRangeTickMarksColor | Color of tick marks that fall within this range. | |
Name | The name of the scale range. | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Placement | Determines where the range should be placed relative to the scale. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
StartValue | Starting value for the range. | |
StartWidth | Width of the range at the start, as a percentage of the size of the scale. | |
Style | Gets the style properties of this report definition object. | |
ToolTip | Tooltip text for the range. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetContainingDataScopes | Infrastruktur (Geerbt von ReportObject.) | |
GetDataScopesForDefaultImpl | Infrastruktur (Geerbt von ReportObject.) | |
GetDependenciesCore | Infrastruktur (Geerbt von ReportObject.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Initialize | Infrastruktur (Geerbt von ReportObject.) | |
InitializeForDesigner | Infrastruktur (Geerbt von ReportObject.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnChildPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
OnPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
RdlSemanticEqualsCore | Infrastruktur (Geerbt von ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infrastruktur (Geerbt von ReportObject.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDisposable. . :: . .Dispose | (Geerbt von ReportObject.) | |
IComponent. . :: . .Disposed | (Geerbt von ReportObject.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.