ReportPrintPageLine(String, Boolean, Double) Method

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.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public bool PrintPageLine(
	string[] lines,
	bool linefeed = true,
	double topOffset = 0
)

Parameters

lines  String
linefeed  Boolean  (Optional)
 
topOffset  Double  (Optional)
 

Return Value

Boolean
True if MaxPageHeight has been reached

See Also