Report slow to open

Stimulsoft Reports.NET discussion
Post Reply
danielrail
Posts: 3
Joined: Mon Apr 30, 2007 2:20 pm

Report slow to open

Post by danielrail »

Hi,

I'm currently using version 2006.4 with .Net 1.1.

The problem that I'm having is that the datasource seems to be executed before the form, where the user is asked for the parameters of the query. How can I prevent the data connection from being made before the form is opened? Because I do have a DataSource.Connect() that is being executed in the OnClosing event of the form.

Any help is appreciated.

Daniel
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Report slow to open

Post by Edward »

Please set a DataSource.ConnectOnStart property of the DataSource component in the Designer in false. For this select the required DataSource in the Dictionary and switch to the "Properties" window in the Designer by pressing 'F4' or using a 'Properties' tab.

Thank you.
danielrail
Posts: 3
Joined: Mon Apr 30, 2007 2:20 pm

Report slow to open

Post by danielrail »

Thanks.

I knew I saw it somewhere, but couldn't remember.

Daniel
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Report slow to open

Post by Edward »

Let us know if you need any help.

Thank you.
Post Reply