Crystal Reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know that there is no Crystal Newsgroup, but could someone please show me
how to populate my crystal report from within my C# Application, by passing
an SQL Statement with parameters as a report source, if this is possible

Thanks

Christopher
 
Hi,

There are some forums in the crystal report site, check them when you have
a problem.

Also take a look at:
http://www.crystalreportsbook.com/FreeEbook.asp

It's a free book and it has all what you need.

AFAIK what you can do is pass the parameter for the query, the query itself
should be in the report snce design time.

Also you could pass a dataset

Cheers,
 
Back
Top