ReportPrintLine(Double, Double, Brush, Boolean) Method
Add a line to the page at the CurrentHeight
then advance a line
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public bool PrintLine(
double x1,
double x2,
Brush lineColor = null,
bool linefeed = true
)
- x1 Double
- left starting position in characters
- x2 Double
- right ending position in characters
- lineColor Brush (Optional)
- Color of line
- linefeed Boolean (Optional)
-
Boolean