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.
Wpf Viewer and WinForm Viewer
-
- Posts: 39
- Joined: Fri Aug 26, 2011 8:14 am
- Location: Brazil
Wpf Viewer and WinForm Viewer
Hello.
Than you.
We couldn't reproduce your problem. Could you send us a report template with data or a working sample project to reproduce the issue.becomex_jle wrote: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.
Than you.