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

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.