class Infragistics.Documents.Reports.Report.Text.Tab
   inherits System.Object:

   def public property Leader as Infragistics.Documents.Reports.Report.LeaderFormat
      get.
      set.

   def public property Offset as decimal
      get.
      set.

   constructor public Tab(input offset as decimal):
   end constructor.

   constructor public Tab(input offset as decimal, input leader as Infragistics.Documents.Reports.Report.LeaderFormat):
   end constructor.

end class.
