Freigeben über


FrameImageInstance-Klasse

Represents an instance type of the FrameImage class, and contains the calculated values of the properties in FrameImage.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImageInstance
      Microsoft.ReportingServices.OnDemandReportRendering.FrameImageInstance

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

Syntax

'Declaration
Public NotInheritable Class FrameImageInstance _
    Inherits BaseGaugeImageInstance
'Usage
Dim instance As FrameImageInstance
public sealed class FrameImageInstance : BaseGaugeImageInstance
public ref class FrameImageInstance sealed : public BaseGaugeImageInstance
[<SealedAttribute>]
type FrameImageInstance =  
    class 
        inherit BaseGaugeImageInstance 
    end
public final class FrameImageInstance extends BaseGaugeImageInstance

Der FrameImageInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ClipImage Gets the calculated value of the ClipImage property in a FrameImage class.
Öffentliche Eigenschaft HueColor Gets the calculated value of the HueColor property in a FrameImage class.
Öffentliche Eigenschaft ImageData Gets the calculated value of the ImageData property in a BaseGaugeImage class. (Geerbt von BaseGaugeImageInstance.)
Öffentliche Eigenschaft MIMEType Gets the calculated value of the MIMEType property in a BaseGaugeImage class. (Geerbt von BaseGaugeImageInstance.)
Öffentliche Eigenschaft Source Gets the calculated value of the Source property in a BaseGaugeImage class. (Geerbt von BaseGaugeImageInstance.)
Öffentliche Eigenschaft Transparency Gets the calculated value of the Transparency property in a FrameImage class.
Öffentliche Eigenschaft TransparentColor Gets the calculated value of the TransparentColor property in a BaseGaugeImage class. (Geerbt von BaseGaugeImageInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace