hi all,
what i need to implement is
Using ASP.NET 2.0, i need to create a report wizard, similar to crystal report wizard. What i plan is i take all information from end user that what data should be display on the report and all other information like filtering, grouping etc. into an XML file.
I need to know how can i design a report at runtime using that XML?
Is this posible to do? if Yes please give me some info on that.
I need to create full report at runtime as we can do it on design time.
One more thing the i need to save that report in .rpt format so user can see report in future.
Please give me some suggestion how can i achieve this.