Passing parameters from a window to a popup report

Hello Everyone, I'm trying to show in a report a table made with data from a MySql data base. The client must select the start date and the end date from 2 buttons from a window in Vision, click on a button called report. When the button is actioned a popup call a Report Viewer with the data founded between the two dates. (that is the idea)
image

Currently I can see in the popup a report with all the data in the table but not between two dates.

image

I tryied in several ways to get the parameters from the vision window to the Report with no success because I can't call the parameter in this part.

image

I passed the parameters to the vision window to the popup window but I don't know how to called from the report window.

I hope you understand me and help me.

Thank you

Well, after a lot of interesting ways to "how not to do it" I did it just binding this parameters in the Report Viewer

And it works :slight_smile:

2 Likes