Clase CapImage
Represents an image to be used for a pointer cap in a radial gauge.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImage
Microsoft.ReportingServices.OnDemandReportRendering.CapImage
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class CapImage _
Inherits BaseGaugeImage
'Uso
Dim instance As CapImage
public sealed class CapImage : BaseGaugeImage
public ref class CapImage sealed : public BaseGaugeImage
[<SealedAttribute>]
type CapImage =
class
inherit BaseGaugeImage
end
public final class CapImage extends BaseGaugeImage
El tipo CapImage expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
HueColor | 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 | X offset in the image for the cap origin. | |
OffsetY | Y offset in the image for the cap origin. | |
Source | Identifies the source of the image (Se hereda de BaseGaugeImage.) | |
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