Crystal Report on the fly

  • Thread starter Thread starter Ilya Dyoshin
  • Start date Start date
I

Ilya Dyoshin

Hi All!

I'm writting a solution. A part of it contains a code for dynamically
create DataSet. Is there a possibility to create on the fly although
reports, based on the DataSets on the fly (to print data from those
DataSets)?

I'm thinking about to create some template Crystal Report file, and then
dynamically add there dataSets, but I don't know how. :(

Or probably there is another way...

Any suggestions?

I'd appreciate any code samples
 
Ah, I know nothing about Xtal--not even how to spell it, but I do know a
thing or two about RDL-based reporting in Visual Studio.
You could create a template RDL file and dynamically bind it to the
ReportViewer control (2005) and add an appropriate DataTable.


--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top