This is a migrated thread and some comments may be shown as answers.

Loading ReportViewer in jquery-templ

1 Answer 126 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben Casse
Top achievements
Rank 1
Ben Casse asked on 24 Nov 2011, 11:22 PM
We are working on MVC3 project. We can load the report viewer by using @Html.Partial("ViewPage1").
I want to know , is this possible to load the reportViewer from the template.

I tried the following code, but it doesnt work.  Any ideas?  Thanks.

<script id='downloadDeviceLightboxTemplate' type='text/x-jquery-tmpl'>

<div id='downloadADeviceLightbox'>

<form clientidmode="Static" id="frep" runat="server">

<telerik:ReportViewer ID="ReportViewer1" ToolbarVisible=true runat="server" Report="InfoSmart2.WebSite.Report.InfoSmartReportBook, InfoSmart2.WebSite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"

Width="100%" Height="900px">

</telerik:ReportViewer>

</form>

</div>

</

 

 

script>




1 Answer, 1 is accepted

Sort by
0
Squall
Top achievements
Rank 1
answered on 25 Nov 2011, 04:49 PM
Tags
General Discussions
Asked by
Ben Casse
Top achievements
Rank 1
Answers by
Squall
Top achievements
Rank 1
Share this question
or