Compartir a través de


Clase IndicatorImage

Represents properties of a state indicator image.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImage
    Microsoft.ReportingServices.OnDemandReportRendering.IndicatorImage

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class IndicatorImage _
    Inherits BaseGaugeImage
'Uso
Dim instance As IndicatorImage
public sealed class IndicatorImage : BaseGaugeImage
public ref class IndicatorImage sealed : public BaseGaugeImage
[<SealedAttribute>]
type IndicatorImage =  
    class 
        inherit BaseGaugeImage 
    end
public final class IndicatorImage extends BaseGaugeImage

El tipo IndicatorImage expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública HueColor Gets the hue color of the image.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MIMEType The MIMEType of the image. (Se hereda de BaseGaugeImage.)
Propiedad pública Source Identifies the source of the image (Se hereda de BaseGaugeImage.)
Propiedad pública Transparency Gets the transparency of the image.
Propiedad pública TransparentColor Color to treat as transparent in the image (Se hereda de BaseGaugeImage.)
Propiedad pública Value The image data. (Se hereda de BaseGaugeImage.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering