Classe BackgroundImage
Represents a background image in the report definition.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class BackgroundImage _
Inherits ReportObject _
Implements IShouldSerialize
'Utilizzo
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
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..BackgroundImage
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche