class Infragistics.Documents.Reports.Report.Background
   inherits System.Object:

   def public property Brush as Infragistics.Documents.Reports.Graphics.Brush
      get.

   def public property Drawing as Infragistics.Documents.Reports.Report.IDrawing
      get.

   constructor public Background():
   end constructor.

   constructor public Background(input color as Infragistics.Documents.Reports.Graphics.Color):
   end constructor.

   constructor public Background(input brush as Infragistics.Documents.Reports.Graphics.Brush):
   end constructor.

   constructor public Background(input brush as Infragistics.Documents.Reports.Graphics.Brush, input drawing as Infragistics.Documents.Reports.Report.IDrawing):
   end constructor.

end class.
