|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Crystal Report on the flyHi 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. -- Show quote____________________________________ 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. __________________________________ "Ilya Dyoshin" <zip***@mail.ru> wrote in message news:dq1e8b$1tm6$1@news.univ.kiev.ua... > 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 |
|||||||||||||||||||||||