I have an aspx page with dropdown selection and a space for report. (Report is loaded from the reference library.) When user selects the item and clicks the "Generate" button, the new page opens up with the same dropdown and populated report. It should open open below the dropdown in the designated place. (Every next time user clicks on the second window, the results will repopulate in that second window, without opening the third one).
How can I embed the report so that it always reloads in the first window?
How can I embed the report so that it always reloads in the first window?