TdxPrintDialog.PrintToFile Property
In This Article
Determines whether a report is printed to a file.
#Declaration
Delphi
property PrintToFile: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Use the PrintToFile property to determine whether a report is printed to a file.
The default value of this property is False.
See Also