Classe FrameImage
Represents an image to be used for the frame background of a gauge or gauge panel.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseGaugeImage
Microsoft.ReportingServices.OnDemandReportRendering..::..FrameImage
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class FrameImage _
Inherits BaseGaugeImage
'Utilisation
Dim instance As FrameImage
public sealed class FrameImage : BaseGaugeImage
public ref class FrameImage sealed : public BaseGaugeImage
[<SealedAttribute>]
type FrameImage =
class
inherit BaseGaugeImage
end
public final class FrameImage extends BaseGaugeImage
Le type FrameImage expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
ClipImage | Indicates the image should be clipped to the frame outline. | |
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.) | |
Transparency | Percent transparency for the image. | |
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.