Classe TopImage
Represents an image to be displayed atop part of a gauge.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseGaugeImage
Microsoft.ReportingServices.OnDemandReportRendering..::..TopImage
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class TopImage _
Inherits BaseGaugeImage
'Utilisation
Dim instance As TopImage
public sealed class TopImage : BaseGaugeImage
public ref class TopImage sealed : public BaseGaugeImage
[<SealedAttribute>]
type TopImage =
class
inherit BaseGaugeImage
end
public final class TopImage extends BaseGaugeImage
Le type TopImage 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.) | |
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.