The ReportViewer is a graphical component for displaying Report Forms defined and configured in the Reports module. 

On this page:



Requirements

This component runs only on Windows, RichClient, and SmartClient clients.

Also, it requires creating and configuring a Form or WebData on the Reports modules. For more information, refer to the Reports (Forms and WebData).


Configuration

The ReportViewer is a graphical component for displaying Report Forms defined and configured in the Reports module. To use it:

  1. Go to Displays / Draw.
  2. Select Viewer, then ReportViewer.
  3. Place it on the Drawing area by clicking or dragging and dropping.
  4. Double-click to configure it.
  5. Provide the path to access the target Form or WebData configured in the Reports Module (e.g.: Report.Form.Test or ReportWebData.Test).


Runtime Execution 

During runtime, the ReportViewer Control functions as an interactive display for Report Forms configured in the Reports module. When the runtime environment is initiated, the ReportViewer retrieves and displays the specified Report Form or WebData. Users can interact with the displayed report, which dynamically updates based on the underlying data. This allows for real-time visualization and analysis of report data within the application, ensuring that users can effectively monitor and review the information presented.


In this section:

  • No labels