Reload a report with parameters
Posted: Mon Jun 27, 2011 10:42 am
A lot of reports i'm using in my winform app have a popup form where the user can select some filters and then press ok.
actually i've inserted a new button in the preview form toolbar for refreshing the report with the following code:
this button is correctly relaunching the filter form too, but input fields are totally blank (like in first launch).
Is there any way to mantain the user values through report relaunch/refresh?
thanks in advance
Stimulsoft .NET 2009.1
actually i've inserted a new button in the preview form toolbar for refreshing the report with the following code:
Code: Select all
reportPreviewBox.Report.Render(false);
reportPreviewBox.SaveConfig();
reportPreviewBox.Refresh();
reportPreviewBox.LoadConfig();
Is there any way to mantain the user values through report relaunch/refresh?
thanks in advance
Stimulsoft .NET 2009.1