Using Crystal Report

  • Thread starter Thread starter Walid Salah
  • Start date Start date
W

Walid Salah

Hi ALL,
I need a help in Crystal Report?!
When I'm using Crystal Report Command Based Report that include Graphs and
Grouping and then change the report command using
report(OBJECT).SetDataSource(Command) it doesn't retreive the correct sql
command and retreive the data of the old command that have been used in
report building,why?? are there any reason??!!

Also,when i used Report XML Based at huge number of data it gives time out
or server application Unavilable,also when i increase the time out of the
connection in the connection string.


Please Help
Walid Salah
Senior S\W Developer
 
Walid Salah said:
Hi ALL,
I need a help in Crystal Report?!
When I'm using Crystal Report Command Based Report that include Graphs and
Grouping and then change the report command using
report(OBJECT).SetDataSource(Command) it doesn't retreive the correct sql
command and retreive the data of the old command that have been used in
report building,why?? are there any reason??!!

Also,when i used Report XML Based at huge number of data it gives time out
or server application Unavilable,also when i increase the time out of the
connection in the connection string.


Please Help
Walid Salah
Senior S\W Developer

Hi Walid,

you must set the datasource like this myReport.SetDataSource( myDataSet). It
must be a dataset not a SQL-command!!!!

Greating

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top