Freigeben über


TopImageInstance-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Der TopImageInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft HueColor Gets the calculated value of the HueColor property in a TopImage 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 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