I realized I probably did this the hard way but this is what I've done. I placed this comment here because I think it's an overall telerik / vs issue
I've had an existing aspx website i've been working on and today i've installed the Telerik tools. I created a new webpage using my template and CSS and I wanted to test out the ReportBookControl. I went ahead and dropped the ReportBookControl in the section I wanted inside of the html table I wanted it placed. I then went ahead and added a Telerik Report and then used the wizard to create the report.
I used the Wizard successfully and then went ahead and added that report to my report book. When i debug the website and view the page I can't see the telerik control inside of the page source.
<telerik:reportbookcontrol ID="ReportBookControl1" runat="server">
<Reports>
<telerik:reportinfo Report="Overview, App_Code.lxmpmeb9, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" />
</Reports>
</telerik:reportbookcontrol>
When I go to preview the designed report in Preview mode it tells me the source of the report definition has not been specified. I'm wondering why the report wizard would leave this out?
Thanks!
I've had an existing aspx website i've been working on and today i've installed the Telerik tools. I created a new webpage using my template and CSS and I wanted to test out the ReportBookControl. I went ahead and dropped the ReportBookControl in the section I wanted inside of the html table I wanted it placed. I then went ahead and added a Telerik Report and then used the wizard to create the report.
I used the Wizard successfully and then went ahead and added that report to my report book. When i debug the website and view the page I can't see the telerik control inside of the page source.
<telerik:reportbookcontrol ID="ReportBookControl1" runat="server">
<Reports>
<telerik:reportinfo Report="Overview, App_Code.lxmpmeb9, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" />
</Reports>
</telerik:reportbookcontrol>
When I go to preview the designed report in Preview mode it tells me the source of the report definition has not been specified. I'm wondering why the report wizard would leave this out?
Thanks!