Report_DoubleLine()

Examples


The Report_DoubleLine() function draws a double line in the current band. The double line is three points thick. It consists of a one-point line, a one-point space and another one-point line.

Syntax

Report_DoubleLine(left_pos, vertical_pos, width)

Parameters

left_pos – The location of the left end of the double line, relative to the left edge of the current band, measured in points.

vertical_pos – The location of the top of the double line, relative to the top of the current band, measured in points.

width – The width of the double line, measured in points.

Return value

The boolean value true.


Documentation Feedback