With the new ActiveReports Silverlight support, you can create and preview reports in the ActiveReports Silverlight Viewer.
You should license your ActiveReports6 Silverlight project so that no evaluation banners appear at runtime. You can find information on licensing ActiveReports 6 Silverlight in License Your ActiveReports under To license an ActiveReports6 Silverlight project.
Below you can find information on the ActiveReports Silverlight Viewer properties and feature limitations.
Note: Microsoft Silverlight 4 Tools is required for the proper application development with the ActiveReports Silverlight Viewer. |
Toolbar element | Property | Description |
---|---|---|
Show TOC/Thumbnails | Displays the Table of Contents and a pane with thumbnail views of pages in the Viewer. | |
Displays the Print dialog where you can specify the printing options. The maximum value for the print range is 2000 pages. | ||
Search | The Find option of the Silverlight Viewer. | |
Zoom | Specifies the Zoom level at which to display the report. | |
Zoom modes | Selects a mode for displaying the report. Select from Page width or Whole page. | |
View Type | Allows you to specify the page view type. Select from Single or Continuous. | |
Go to page | Opens a specific page in a report. To view a specific page, type the page number and press ENTER. | |
Go to Previous/Next page | Navigates a report page by page. | |
Go to First/Last page | Opens the first or last page of a report. | |
Back/Forward | History navigation. |
Copy Code | |
---|---|
(viewer1 as System.Windows.Controls.Control).FontStyle = FontStyles.Italic; |
Silverlight properties and events that are not supported
You can provide PDF printing in your Silverlight project, which allows to print a document from Silverlight to the PDF format directly. This is a good alternative to the default Silverlight printing with its large print spool size issue.
Note: When you print to PDF, the exceptions that occur at printing cannot be caught. Thus, if there is a printing exception, no Print dialog appears after clicking Print in the Silverlight Viewer toolbar. |
See Provide PDF Printing in the Silverlight Viewer about how you can print a report from the Silverlight Viewer to the PDF format.
Note: PDF printing is not supported in the Silverlight Out-of-Browser applications. |