Hi
How can I show a Printerdialog when the user click the print button in the Viewer control?
I use this code to show the reports:
StiReport report = new StiReport();
report.Load(reportFile);
report.Compile();
StiOptions.Dictionary.BusinessObjects.MaxLevel = 3;
report.RegData(dataSourceName, dataSource);
report.Render();
report.ShowWithRibbonGUI();
Ralf
Show PrinterDialog in Report Preview
Show PrinterDialog in Report Preview
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Show PrinterDialog in Report Preview
Hello
I try to explain it better. With the code in my first mail I generate a report and show it in the Report Viewer.
If I press now the print button in the Viewer toolbar, the report will printed directly.
Now I want show a Printerdialog to select on which printer the report will printed.
The workflow should be:
Preview Report
Press Printbutton
Show Printerdialog
Select Printer
Print
Ralf
I try to explain it better. With the code in my first mail I generate a report and show it in the Report Viewer.
If I press now the print button in the Viewer toolbar, the report will printed directly.
Now I want show a Printerdialog to select on which printer the report will printed.
The workflow should be:
Preview Report
Press Printbutton
Show Printerdialog
Select Printer
Ralf
Show PrinterDialog in Report Preview
Hello,
Please check the ShowDialog option.
Thank you.
Please check the ShowDialog option.
Thank you.
- Attachments
-
- 920.Screen.JPG (87.17 KiB) Viewed 1478 times
Show PrinterDialog in Report Preview
Hello
Thank you for your reply, my question is dissolved.
Ralf
Thank you for your reply, my question is dissolved.
Ralf
Show PrinterDialog in Report Preview
Hello,
Let us know if you need any additional help.
Thank you.
Let us know if you need any additional help.
Thank you.