Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.PrintFileList Property

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

#Declaration

Delphi
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