Wpf Viewer and WinForm Viewer
Posted: Wed Mar 28, 2012 7:54 am
Hi,
I have two problems:
1 - I have a report with window parameters.
I use:
rep.ResetRenderedState();
rep.ShowWithWpfRibbonGUI();
When I will fill the parameter, I don't focus the textbox with mouse's click.
2 - When I use:
rep.ResetRenderedState();
rep.Show();
I can focus the textbox with mouse's click but the windows of "Preparing Report" didn't show.
I have two problems:
1 - I have a report with window parameters.
I use:
rep.ResetRenderedState();
rep.ShowWithWpfRibbonGUI();
When I will fill the parameter, I don't focus the textbox with mouse's click.
2 - When I use:
rep.ResetRenderedState();
rep.Show();
I can focus the textbox with mouse's click but the windows of "Preparing Report" didn't show.