Classe BackgroundImageInstance
Represents an instance type of the BackgroundImage class and contains the calculated values of the properties in BackgroundImage.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class BackgroundImageInstance _
Inherits BaseInstance _
Implements IImageInstance
'Uso
Dim instance As BackgroundImageInstance
public sealed class BackgroundImageInstance : BaseInstance,
IImageInstance
public ref class BackgroundImageInstance sealed : public BaseInstance,
IImageInstance
[<SealedAttribute>]
type BackgroundImageInstance =
class
inherit BaseInstance
interface IImageInstance
end
public final class BackgroundImageInstance extends BaseInstance implements IImageInstance
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..BackgroundImageInstance
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também