GaugeScale Class
Represents a scale to be drawn within a gauge.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.GaugeScale
Microsoft.ReportingServices.RdlObjectModel.LinearScale
Microsoft.ReportingServices.RdlObjectModel.RadialScale
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class GaugeScale _
Inherits ReportObject _
Implements INamedObject
'Usage
Dim instance As GaugeScale
public class GaugeScale : ReportObject, INamedObject
public ref class GaugeScale : public ReportObject,
INamedObject
type GaugeScale =
class
inherit ReportObject
interface INamedObject
end
public class GaugeScale extends ReportObject implements INamedObject
The GaugeScale type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo | Actions for the scale. |
![]() |
ComponentMetadata | The component metadata. (Inherited from ReportObject.) |
![]() |
CustomLabels | Custom labels for the scale. |
![]() |
GaugeMajorTickMarks | Major tickmarks to display on the scale. |
![]() |
GaugeMinorTickMarks | Minor tickmarks to display on the scale. |
![]() |
GaugePointers | Pointers to display on the scale. |
![]() |
Hidden | Indicates the scale is hidden. |
![]() |
Interval | Default interval between tick marks and labels. |
![]() |
IntervalOffset | Default offset for the first tick mark and label. |
![]() |
Logarithmic | Indicates the scale is logarithmic. |
![]() |
LogarithmicBase | Base to use for logarithmic scale. |
![]() |
MaximumPin | Maximum value at which a pointer on the scale will stop. |
![]() |
MaximumValue | Maximum value for the scale. |
![]() |
MinimumPin | Minimum value at which a pointer on the scale will stop. |
![]() |
MinimumValue | Minimum value for the scale. |
![]() |
Multiplier | Amount by which the gauge value is multiplied before it is displayed. |
![]() |
Name | |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
Reversed | Indicates the direction of the scale is reversed. |
![]() |
ScaleLabels | Labels to display on the scale. |
![]() |
ScaleRanges | Ranges to display on the scale. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Style | Gets the style properties of this report definition object. |
![]() |
TickMarksOnTop | Indicates tick marks should be drawn atop pointers. |
![]() |
ToolTip | Tool tip text for the scale. |
![]() |
Width | Width of the scale bar, as a percent of the size of the gauge. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetContainingDataScopes | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDataScopesForDefaultImpl | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDependenciesCore | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes an instance of the GaugeScale class. (Overrides ReportObject.Initialize().) |
![]() |
InitializeForDesigner | Infrastructure. (Inherited from ReportObject.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnChildPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
OnPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infrastructure. (Inherited from ReportObject.) |
![]() |
SavePropertyValue<T> | Infrastructure. (Inherited from ReportObject.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.