Reputation: 3153
I am saving physically .rdlc(xml) file in the database column. The column datatype is 'image'. How can I read this column and dynamically set it to the ReportViewer control? Please let me know if there are any examples.
Thank you for any help.
Upvotes: 0
Views: 1012
Reputation: 4092
I answered a very similar question regarding getting a reportviewer report definition from a sql server database.
Opening Remote RDL with .NET Report Viewer
Plus, personally due to the size of some RDLC files, I would cache them to disk anyway if there is a lot of traffic to get better performance.
Upvotes: 1