ReportPrintPageLine(String, Double, Double) Method
Adds a line of text at a precise position
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public void PrintPageLine(
string line,
double left,
double top
)
- line String
- The string contents to be added to current page
- left Double
- The horizontal position in inches
- top Double
- The vertical position in inches
nothing