Crystal Report on the fly

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
 
W

William \(Bill\) Vaughn

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.
__________________________________
 

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

Top