Solved

Report preview in screen

  • 11 May 2022
  • 1 reply
  • 59 views

Userlevel 2
Badge +5

Is it possible to show a DevExpress report preview as a screen component like the file preview in the Windows GUI?

Our intention is to show for a list of records a preview of the related report, to verify if the data is ok, to reduce the user input for click on a report button and each time a popup is coming.

icon

Best answer by Erwin Ekkel 12 May 2022, 08:02

View original

This topic has been closed for comments

1 reply

Userlevel 6
Badge +16

It’s not possible to preview the report without generating it first. You could preview a pdf. There are 2 ways you could go to achieve this:

1. Make a system flow that generates a pdf file for each record and show that in the preview element. You might also want to implement a clean up job to remove old Pdf files no longer relevant. 

2. Make a task that generates the report and shows the preview for a single row.