CapImage Class
Represents an image to be used for a pointer cap in a radial gauge.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class CapImage _
Inherits BaseGaugeImage
'Usage
Dim instance As CapImage
public class CapImage : BaseGaugeImage
public ref class CapImage : public BaseGaugeImage
type CapImage =
class
inherit BaseGaugeImage
end
public class CapImage extends BaseGaugeImage
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.BaseGaugeImage
Microsoft.ReportingServices.RdlObjectModel.CapImage
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.