IdxPrinting.Preview(Boolean) Method
Invokes the report link‘s Print Preview dialog.
Declaration
procedure Preview(Modal: Boolean = True);
Parameters
Name | Type |
---|---|
Modal | Boolean |
Remarks
This function supports the internal infrastructure and is not intended to be used directly from your code. Normally, Preview is called by the report link repository‘s PreviewReport procedure to display the Print Preview dialog for the specified DevExpress VCL control, provided that its content can be printed (i.e., the report link’s CanBuildReport function returns True).
The optional Modal parameter specifies if the displayed dialog window is modal.
See Also