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'>
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>