Hi,
I need to create a web report that contains data and multiple video avi files. The report should able be exported to other formats , e.g. PDF, web archive.
I am thinking to provide a link to the video file, so when the user clicks on the link, the video is played in a pop up IE window which embeds a media player to play the video. And the link points to a Generic Handler file .ashx.
Else I may need to embed many media players in the HTML to play each avi files.
I need to export this report with all data and videos file. How can this be done with asp.net ReportViewer and SSRS ? Is it possible to intercept the export event and copy the video avi files before export ?
Any suggestions and ideas ?
Thanks in advance
Hello,
You can use gridview to show your reports and just use links for you to download avi files.
However, if you still want to use reportview control, here it is:
ReportViewer Sample ASP.NET Server Control
Binding Data to the ReportViewer Control Dynamically in ASP.NET 2.0
0 comments:
Post a Comment