IdxPrinting.Print(Integer[]) Method
Invokes the report link‘s Print dialog.
Declaration
procedure Print(const APageIndexes: array of Integer); overload;
Parameters
Name | Type |
---|---|
APageIndexes | Integer |
Remarks
This function supports the internal infrastructure and is not intended to be used directly from your code. Normally, Print is called by the report link repository‘s PrintReport procedure to display the Print dialog for the specified DevExpress VCL control, provided that its content can be printed (i.e., the report link’s CanBuildReport function returns True).
See Also