frmReportList Constructor

Report Displayer that provides a mechanism to call a class and pass a specified portion of the double-clicked line.

EditClass is the FQN of the class to call.

IndexStart is the starting position of the double-clicked line to pass.

IndextLength is the length of the captured line to pass.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public frmReportList(
	string fontName = "Courier New",
	double fontSize = 12,
	string ReportName = "",
	double displaySize = 0
)

Parameters

fontName  String  (Optional)
fontSize  Double  (Optional)
ReportName  String  (Optional)
 
displaySize  Double  (Optional)
 

See Also