creating a report
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am wanting to create a crystal report. In doing so I want to point the report to a xsd data object. If there is a better way please let me know. The issue here is their may be 50 to 200 columns on the fly in this report and it may increase over time. I don't want to keep having to modify the application and recompiling to generate the report. So I thought that I would find a way to dynamically create the xsd data object. But I don't know how to do this. Any Suggestions?