LinearPointer Class
Represents a linear pointer to be drawn against a linear scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class LinearPointer _
Inherits GaugePointer
'Usage
Dim instance As LinearPointer
public class LinearPointer : GaugePointer
public ref class LinearPointer : public GaugePointer
type LinearPointer =
class
inherit GaugePointer
end
public class LinearPointer extends GaugePointer
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.GaugePointer
Microsoft.ReportingServices.RdlObjectModel.LinearPointer
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.