Freigeben über


IndicatorImageInstance-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Der IndicatorImageInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

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