Page 1 of 1

Wpf Viewer and WinForm Viewer

Posted: Wed Mar 28, 2012 7:54 am
by becomex_jle
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

Posted: Thu Mar 29, 2012 4:22 am
by HighAley
Hello.
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.
We couldn't reproduce your problem. Could you send us a report template with data or a working sample project to reproduce the issue.

Than you.