Closing preview window after print
Hi,
Is it possible to close Preview screen after the printing completed?
Thanks in advance.
Is it possible to close Preview screen after the printing completed?
Thanks in advance.
Comments
You have to use own preview window (see Demos\C#\CustomPreview sample).
But I want to know printing completed or not, I think it is too expensive solution that designing custom preview form.
Adding event or property to the report object to know printing status will be very useful.
Do you think is it possible? [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Thanks.[/img]
There is IsPrinting propery in report object maybe adding IsPrinted propery will be very useful.
For example, If report is printed i can log when and who printed report via using IsPrinted property.
My company buy FastReport with sources, I try to add the property but it requires DevComponents.
To compile FastReport.dll from source code, you don't need DevComponents. See Programmer's Manual, "General information/Compiling the source code".
It is OK