This topic has not yet been rated - Rate this topic

PointerImage Class

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

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
public sealed class PointerImage : BaseGaugeImage

The PointerImage type exposes the following members.

  NameDescription
Public propertyHueColorGets an expression that evaluates to the color with which to tint the image.
Public propertyInstanceGets the report instance object that contains the calculated values of this report definition object.
Public propertyMIMETypeThe MIMEType of the image. (Inherited from BaseGaugeImage.)
Public propertyOffsetXGets an expression that evaluates to the X offset in the image for the pointer origin.
Public propertyOffsetYGets an expression that evaluates to the Y offset in the image for the pointer origin.
Public propertySourceIdentifies the source of the image (Inherited from BaseGaugeImage.)
Public propertyTransparencyGets an expression that evaluates to the percent transparency for the image.
Public propertyTransparentColorColor to treat as transparent in the image (Inherited from BaseGaugeImage.)
Public propertyValueThe image data. (Inherited from BaseGaugeImage.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.