ReportPrintPageLine Method

Overload List

PrintPageLine(String, Boolean) Adds a line to the current fixed page
PrintPageLine(String, Double, Double) Adds a line of text at a precise position
PrintPageLine(String, Font, Boolean) Adds a line to the current page applying a font
PrintPageLine(String, Boolean, Double) Takes an array of string values that can, optionally, contain tab values in the forms of "tab(n)" to precisely position the next value in the array.
PrintPageLine(String, Brush, Boolean) Takes an array of string values that can, optionally, contain tab values in the forms of "tab(n)" to precisely position the next value in the array.
PrintPageLine(String, Double, Double, Font, Boolean) Adds a line of text at a precise position

See Also