To provide one-touch printing
1. From the Visual Studio toolbox, drag the WebViewer control onto your ASPX page. (See Adding
ActiveReports Controls for help if you have not yet added the control to your toolbox.)
2. Add an ActiveReport to the project.
3. Back on the ASPX page, click to select the WebViewer, and in the Properties window, make the following
changes:
1. Set the ReportName property to the name of your report.
2. Set the ViewerType property to FlashViewer.
3. Expand the FlashViewerOptions and PrintOptions nodes, and set the StartPrint property to
True.
4. If you do not want to display the report to the user, set the Height and Width properties to 0.
請問我已照上述user guide,但是列印是chrome提供,印不出內容。 |