|
|
|
|
|
- Overview
- Features of the report viewer
- Other features
- Notes
- Display effects during a zoom
- Printing from the report viewer
- Re-running the report
- Using Outlook Express and sending emails from the report viewer
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it (report preview). The report layout and content can be checked. You also have the ability to print the report. The report viewer is available: - in the report editor of WINDEV, WEBDEV, WINDEV Mobile.
- in "Reports and Queries".
- when printing reports from a WINDEV application.
Features of the report viewer The report viewer proposes several features:
- A ribbon-like menu that includes the following tabs:
- Preview: used to manage the current preview: Zoom, crosshair, move, move between pages.
For more details, see Report viewer: "Preview" tab. - Print: used to manage the direct print on the printer.
For more details, see Report viewer: "Print" tab. - Export: used to manage the different export modes (PDF, Word, Excel, etc.).
For more details, see Report viewer: "Export" tab. - Find: used to manage the search in the preview.
For more details, see Report viewer: "Find" tab. - Annotate: used to annotate the print currently displayed in the preview.
For more details, see Report viewer: "Annotate" tab. This menu is also available when printing in WLanguage in the report viewer. - A context menu with most of the options.
Remark: To view a report in the report viewer, a printer must be installed on the current computer. - Customization: Your application uses a skin template? Why not use it for the report viewer as well. For more details, see Customizing the report viewer.
- Report viewer and printing with WLanguage functions: If you print with WLanguage functions, you can also take advantage of the report viewer features.
- Configuration of different options: To display some tabs or options only:
- use iParameterViewer. This function, used in the "Initializing" event of the project, allows you to choose the tabs and options that will be displayed for all the reports of the application.
- directly configure the different options that will be displayed for each report in the report description window ("UI" tab).
- Printing from the report viewer: To find out if the user printed from the report viewer, use iDocumentPrinted.
Display effects during a zoom Display effects may occur when performing a report zoom in the report viewer. For example, some very fine lines may not be displayed in the report viewer. However, these lines will be printed when the report is printed on a printer. Printing from the report viewer To print an entire document from the report viewer, you must wait for all the pages to be displayed. Re-running the report The report displayed in the report viewer is automatically re-run when the report is printed or exported from the report viewer. The WLanguage events associated with report are re-run. In this case, the data displayed in the report may be modified (to take into account the data modified by the other users for example). The variables used by the report should be initialized in the report initialization code (not in the code of the Button control that starts the report viewer). Remark: The WLanguage functions used in your report may return a different result when the report is re-run. For example, if WLanguage functions in your report handle the current window, when the report is re-run, the current window will correspond to the report viewer window. Using Outlook Express and sending emails from the report viewer If you use Outlook Express and you send emails from the report viewer, the following problem may occur: the email window of Outlook Express does not allow you to enter the email information anymore. All the controls are grayed. This is caused by an Outlook problem. Make sure you have the latest Outlook update.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|