Skip to main content

TCustomdxComponentPrinter.PrintFileList Property

Specifies the list of files to which a report has been printed.

Declaration

property PrintFileList: TStrings read; write;

Property Value

Type
TStrings

Remarks

Use the PrintFileList property to print a report out to a file. This property determines the list of files to which a report has already been printed. This list is displayed in the Print dialog within the combo box of the “print to file” option. When a user specifies an output file, this file is added to the list. Later, a user may print any of these files out.

See Also