The Report_SingleLine() function draws a single line in the current band. The line is one point thick.
Report_SingleLine(left_pos, vertical_pos, width)
• left_pos – The location of the left end of the line, relative to the left edge of the current band, measured in points.
• vertical_pos – The location of the top of the line, relative to the top of the current band, measured in points.
• width – The width of the line, measured in points.
The boolean value true.