المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : creating a report



C# Programming
11-04-2009, 12:11 PM
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?