Report_SingleLine()

Examples


The Report_SingleLine() function draws a single line in the current band. The line is one point thick.

Syntax

Report_SingleLine(left_pos, vertical_pos, width)

Parameters

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.

Return value

The boolean value true.


Documentation Feedback