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