Classe CapImageInstance
Represents an instance type of the CapImage class, and contains the calculated values of the properties in CapImage.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImageInstance
Microsoft.ReportingServices.OnDemandReportRendering.CapImageInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
O tipo CapImageInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. (Herdado de BaseGaugeImageInstance.) | |
MIMEType | Gets the calculated value of the MIMEType property in a BaseGaugeImage class. (Herdado 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. (Herdado de BaseGaugeImageInstance.) | |
TransparentColor | Gets the calculated value of the TransparentColor property in a BaseGaugeImage class. (Herdado de BaseGaugeImageInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering