Share via


PointerImage Class

Represents an image to be used for a pointer in a gauge.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class PointerImage _
    Inherits BaseGaugeImage
'Usage
Dim instance As PointerImage
public class PointerImage : BaseGaugeImage
public ref class PointerImage : public BaseGaugeImage
type PointerImage =  
    class
        inherit BaseGaugeImage
    end
public class PointerImage extends BaseGaugeImage

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.BaseGaugeImage
        Microsoft.ReportingServices.RdlObjectModel.PointerImage

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.