interface Infragistics.Documents.Reports.Report.IInfo:

   def public property Title as character
      get.
      set.

   def public property Subject as character
      get.
      set.

   def public property Author as character
      get.
      set.

   def public property Manager as character
      get.
      set.

   def public property Company as character
      get.
      set.

   def public property Copyright as character
      get.
      set.

   def public property Category as character
      get.
      set.

   def public property Keywords as character
      get.
      set.

   def public property Comments as character
      get.
      set.

   def public property Creator as character
      get.
      set.

   def public property Created as datetime
      get.
      set.

   def public property Modified as datetime
      get.
      set.

   method public void AddProperty(input name as character, input value as character).

end interface.
