Clase PointerImage
Represents an image to be used for a pointer in a Gauge.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImage
Microsoft.ReportingServices.OnDemandReportRendering.PointerImage
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class PointerImage _
Inherits BaseGaugeImage
'Uso
Dim instance As PointerImage
public sealed class PointerImage : BaseGaugeImage
public ref class PointerImage sealed : public BaseGaugeImage
[<SealedAttribute>]
type PointerImage =
class
inherit BaseGaugeImage
end
public final class PointerImage extends BaseGaugeImage
El tipo PointerImage expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
HueColor | Gets an expression that evaluates to the 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. (Se hereda de BaseGaugeImage.) | |
OffsetX | Gets an expression that evaluates to the X offset in the image for the pointer origin. | |
OffsetY | Gets an expression that evaluates to the Y offset in the image for the pointer origin. | |
Source | Identifies the source of the image (Se hereda de BaseGaugeImage.) | |
Transparency | Gets an expression that evaluates to the percent transparency for the image. | |
TransparentColor | Color to treat as transparent in the image (Se hereda de BaseGaugeImage.) | |
Value | The image data. (Se hereda de BaseGaugeImage.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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