BaseGaugeImage Class

Represents an image that is displayed as a part of a gauge.

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

Syntax

'Declaration
Public MustInherit Class BaseGaugeImage _
    Implements IBaseImage
'Usage
Dim instance As BaseGaugeImage
public abstract class BaseGaugeImage : IBaseImage
public ref class BaseGaugeImage abstract : IBaseImage
[<AbstractClassAttribute>]
type BaseGaugeImage =  
    class
        interface IBaseImage
    end
public abstract class BaseGaugeImage implements IBaseImage

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.