Hello,
We have an issue with multiple XtraReport controls inside a DevExpress PageControl. There are two tabs inside this PageControl and each tab holds a ReportDesigner control (with a unique name). These controls are loaded correctly and display different report designs. However the menu containing the save button does only work inside the first tab. We have tried switching the tabs but it's always the one that is loaded first that has a working menu.
Is it at all possible to have multiple report designers on the same page? If so then how can we get the menu button (to be more precise: the one on the topleft corner with 3 bars) to work on both ReportDesigner controls?
Thanks in advance
Hi Joost,
I have reproduced the issue using the attached sample project and forwarded it to our developers, so they can examine it thoroughly. This might take some time for us. Your patience is highly appreciated.
As a temporary workaround, put iframe tags to the PageControl's pages and show the pages with the Web Report Designer inside of these iframe tags. You can find this workaround in the attached project (see the commented code in the Index.cshtml view).