Classe FrameImageInstance
Represents an instance type of the FrameImage class, and contains the calculated values of the properties in FrameImage.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImageInstance
Microsoft.ReportingServices.OnDemandReportRendering.FrameImageInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class FrameImageInstance _
Inherits BaseGaugeImageInstance
'Uso
Dim instance As FrameImageInstance
public sealed class FrameImageInstance : BaseGaugeImageInstance
public ref class FrameImageInstance sealed : public BaseGaugeImageInstance
[<SealedAttribute>]
type FrameImageInstance =
class
inherit BaseGaugeImageInstance
end
public final class FrameImageInstance extends BaseGaugeImageInstance
O tipo FrameImageInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ClipImage | Gets the calculated value of the ClipImage property in a FrameImage class. | |
HueColor | Gets the calculated value of the HueColor property in a FrameImage 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.) | |
Source | Gets the calculated value of the Source property in a BaseGaugeImage class. (Herdado de BaseGaugeImageInstance.) | |
Transparency | Gets the calculated value of the Transparency property in a FrameImage class. | |
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