Answered by:
Does Crystal Report can be design at run time ?

Question
-
Hello all,
i want to know whether we can programmatically create a crystal report without using a crystal report designer?
If yes then how ?
- Moved by Mike Feng Monday, May 27, 2013 10:00 AM
Friday, May 24, 2013 4:50 AM
Answers
-
You can but Crystal reports is not anymore under support of Microsoft, neither do many persons like to do this in code.
You can try the Crystal report forum for .Net
Success
CorFriday, May 24, 2013 7:28 AM
All replies
-
Thnx for your reply .
i have created .xsd file that is same as xml file .
would u plz give some sample data or some link where i can find out .
Friday, May 24, 2013 6:21 AM -
You can but Crystal reports is not anymore under support of Microsoft, neither do many persons like to do this in code.
You can try the Crystal report forum for .Net
Success
CorFriday, May 24, 2013 7:28 AM -
Hello ,
continuing my above post i have successfully created my .rpt file through C# code ,
but now i want to add multiple details e.g detail a ,detail b and so on .let c right now i want only 3 details to be added so i want detail a,detail b,detail c to be added in my .rpt file .
all these should be done with programming only.
Plz guide me how can i proceed with it .
Thanks
Friday, May 31, 2013 4:47 AM