Classe CapImage
Represents an image to be used for a pointer cap in a radial gauge.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseGaugeImage
Microsoft.ReportingServices.OnDemandReportRendering..::..CapImage
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CapImage _
Inherits BaseGaugeImage
'Utilisation
Dim instance As CapImage
public sealed class CapImage : BaseGaugeImage
public ref class CapImage sealed : public BaseGaugeImage
[<SealedAttribute>]
type CapImage =
class
inherit BaseGaugeImage
end
public final class CapImage extends BaseGaugeImage
Le type CapImage expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
HueColor | Color with which to tint the image. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MIMEType | The MIMEType of the image. (hérité de BaseGaugeImage.) | |
OffsetX | X offset in the image for the cap origin. | |
OffsetY | Y offset in the image for the cap origin. | |
Source | Identifies the source of the image (hérité de BaseGaugeImage.) | |
TransparentColor | Color to treat as transparent in the image (hérité de BaseGaugeImage.) | |
Value | The image data. (hérité de BaseGaugeImage.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.