PointerImageInstance Class
Represents an instance type of the PointerImage class, and contains the calculated values of the properties in PointerImage.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class PointerImageInstance _
Inherits BaseGaugeImageInstance
'Usage
Dim instance As PointerImageInstance
public sealed class PointerImageInstance : BaseGaugeImageInstance
public ref class PointerImageInstance sealed : public BaseGaugeImageInstance
[<SealedAttribute>]
type PointerImageInstance =
class
inherit BaseGaugeImageInstance
end
public final class PointerImageInstance extends BaseGaugeImageInstance
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImageInstance
Microsoft.ReportingServices.OnDemandReportRendering.PointerImageInstance
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.