I have a report generated in Gridview and I want to save the report as a template for later retrieval. I do not want to export to excel. The template should available for user to retrieve and see whenever he logs in. I am using VS 2008 and C#/ASP.NET
I do format the gridview data source according to some business logic and presentation purposes before binding it to the gridview so I can not just keep the retrieval SQL in the database.
Any idea?
I just save the retrieval data filter control’s values to database as a template and later it will be available for user to select and generate report.