Clase CapImageInstance
Represents an instance type of the CapImage class, and contains the calculated values of the properties in CapImage.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImageInstance
Microsoft.ReportingServices.OnDemandReportRendering.CapImageInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class CapImageInstance _
Inherits BaseGaugeImageInstance
'Uso
Dim instance As CapImageInstance
public sealed class CapImageInstance : BaseGaugeImageInstance
public ref class CapImageInstance sealed : public BaseGaugeImageInstance
[<SealedAttribute>]
type CapImageInstance =
class
inherit BaseGaugeImageInstance
end
public final class CapImageInstance extends BaseGaugeImageInstance
El tipo CapImageInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
HueColor | Gets the calculated value of the HueColor property in a CapImage class. | |
ImageData | Gets the calculated value of the ImageData property in a BaseGaugeImage class. (Se hereda de BaseGaugeImageInstance.) | |
MIMEType | Gets the calculated value of the MIMEType property in a BaseGaugeImage class. (Se hereda de BaseGaugeImageInstance.) | |
OffsetX | Gets the calculated value of the OffsetX property in a CapImage class. | |
OffsetY | Gets the calculated value of the OffsetY property in a CapImage class. | |
Source | Gets the calculated value of the Source property in a BaseGaugeImage class. (Se hereda de BaseGaugeImageInstance.) | |
TransparentColor | Gets the calculated value of the TransparentColor property in a BaseGaugeImage class. (Se hereda de BaseGaugeImageInstance.) |
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