Report Viewer

Article • 02.08.2022 • 2 minute(s) to read

Report Viewer

The Report Viewer enables Users to browse though the results of a Data Query.

Control properties

  • Title - Caption rendered above the Form Control thus identifying it to the users.
  • Help text - Explanation of the Form Control shown below the Form Control.
  • Hide filter button - Enables (No) or disables (Yes) the filtering of the results by the User.
  • Condition type - Allows you to hide or disable the Form Control based on a Form Control Expression evaluating to true or false:
    • Display - Hides the Form Control when the Form Control Expression evaluates to false and shows it when the Form Control Expression evaluates to true. Be aware that the content of hidden Form Controls is stored by Save and Sign and Save Actions in the linked Attribute.
    • Disable - Makes the Form Control editable when the Form Control Expression evaluates to false and makes it read-only when the Form Control Expression evaluates to true. Be aware that the content of read-only Form Controls is not stored by Save and Sign and Save Actions in the linked Attribute.
    • Display condition or Disable condition - The Form Control Expression behind the condition
  • Data Query - Results of this Data Query are loaded into the Form Control. Users can change the values of the parameters when working Report Viewer in a From to interact with the Data Query. However, all parameters of the Data Query have to be added to the Parameters below and preset with a valid value, otherwise the Report Viewer can not be initialized correctly.
  • Parameters - Any parameters the Data Query requires, can be set here. These parameters are typically used by the Data Query to filter the results.
    • Add parameter - Creates a new parameter
    • Name - Name of the parameter as specified by the Data Query
    • Value - Value of the parameter passed to the Data Query, entered either directly or as a Form Control Expression.
    • - Delete parameter