| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > IReportGenerator Interface > IReportGenerator Methods >====== ProcessLine (print a line) ====== | [[processimage print an image .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[processoption print an option control .htm|{{btn_next_n.gif|Next page}}]] | | || **ProcessLine (***LineFormatGrp //line, comment //**)** {{blk2blue.jpg|blk2blue.jpg}} | **ProcessLine** | Prints a LINE control to a target output document. | | //line// | A TYPEd GROUP structure that holds all of the properties of the target LINE control. | | //comment// | A string constant, variable, EQUATE, or expression containing information necessary for the LINE to be properly rendered to the target document. | The **ProcessLine **method prints a LINE control to the appropriate document format. The //comment// parameter is used to send the appropriate formatting information to the target document type, and is limited to 2056 characters. (See [[comment set document formatting .htm|COMMENT]]) **Implementation:** The //name //parameter accepts up to 1024 characters.