PointerImage Class

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImage
    Microsoft.ReportingServices.OnDemandReportRendering.PointerImage

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

Syntax

'Declaration
Public NotInheritable Class PointerImage _
    Inherits BaseGaugeImage
'Usage
Dim instance As PointerImage
public sealed class PointerImage : BaseGaugeImage
public ref class PointerImage sealed : public BaseGaugeImage
[<SealedAttribute>]
type PointerImage =  
    class 
        inherit BaseGaugeImage 
    end
public final class PointerImage extends BaseGaugeImage

The PointerImage type exposes the following members.

Properties

  Name Description
Public property HueColor Gets an expression that evaluates to the color with which to tint the image.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property MIMEType The MIMEType of the image. (Inherited from BaseGaugeImage.)
Public property OffsetX Gets an expression that evaluates to the X offset in the image for the pointer origin.
Public property OffsetY Gets an expression that evaluates to the Y offset in the image for the pointer origin.
Public property Source Identifies the source of the image (Inherited from BaseGaugeImage.)
Public property Transparency Gets an expression that evaluates to the percent transparency for the image.
Public property TransparentColor Color to treat as transparent in the image (Inherited from BaseGaugeImage.)
Public property Value The image data. (Inherited from BaseGaugeImage.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace