ReportDisplayDocument Method

Uses the frmReport window to display the document

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public void DisplayDocument(
	bool DoNotDisplay = false
)

Parameters

DoNotDisplay  Boolean  (Optional)
true to not call frmReport. Use DOCUMENT property to get the FixedDocument.

See Also