ReportPrintLineWithMargins Method
Add a line or box graphic to the page using margin properties
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public void PrintLineWithMargins(
double x1,
double y1,
double x2,
double y2,
Brush lineColor = null,
bool box = false,
Brush fillColor = null
)
Parameters
- x1 Double
- left starting position in characters
- y1 Double
- top starting position in characters
- x2 Double
- right ending position in characters
- y2 Double
- bottom ending position in characters
- lineColor Brush (Optional)
- Color of lines
- box Boolean (Optional)
- if true, draws a rectangle
- fillColor Brush (Optional)
- fill color of rectangle