|
I used CrystalReportViewer to develop crystal reports in C #, and encountered the following problems:
I first set a paper format on the printer, and then set the format as the default paper in the crystal report.
Then use CrystalReportViewer in C # to display the report.
The display is normal, according to the paper format I set,
But after I pressed the print button, when viewing the paper size in the pop-up print setting window,
I did find that the default paper size was not the size I set, but the system's default Letter format.
In this case, every time I type, it will be troublesome to re-select the paper format I want.
How can I set the default paper size in the print settings window to the size I set?
Thank you all for your help, my brother is grateful ... |
|