Classe BackgroundImage
Represents a background image in the report definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class BackgroundImage _
Inherits ReportObject _
Implements IShouldSerialize
'Uso
Dim instance As BackgroundImage
public class BackgroundImage : ReportObject,
IShouldSerialize
public ref class BackgroundImage : public ReportObject,
IShouldSerialize
type BackgroundImage =
class
inherit ReportObject
interface IShouldSerialize
end
public class BackgroundImage extends ReportObject implements IShouldSerialize
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..BackgroundImage
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