Classe BackgroundImageInstance
Represents an instance type of the BackgroundImage class and contains the calculated values of the properties in BackgroundImage.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImageInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustInherit Class BackgroundImageInstance _
Inherits BaseInstance _
Implements IImageInstance
'Uso
Dim instance As BackgroundImageInstance
public abstract class BackgroundImageInstance : BaseInstance,
IImageInstance
public ref class BackgroundImageInstance abstract : public BaseInstance,
IImageInstance
[<AbstractClassAttribute>]
type BackgroundImageInstance =
class
inherit BaseInstance
interface IImageInstance
end
public abstract class BackgroundImageInstance extends BaseInstance implements IImageInstance
O tipo BackgroundImageInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BackgroundRepeat | Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class. | |
ImageData | Gets the calculated value of the ImageData property in a BackgroundImage class. | |
MIMEType | Gets the calculated value of the MIMEType property in a BackgroundImage class. | |
Position | Gets the calculated value of the Position property in a BackgroundImage class. | |
StreamName | Gets the calculated value of the StreamName property in a BackgroundImage class. | |
TransparentColor | Gets the calculated value of the TransparentColor property in a BackgroundImage class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ResetInstanceCache | Resets the instance cache. (Herdado de BaseInstance.) | |
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