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

First time Telerik Issues using ReportBookControl

1 Answer 85 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joshua
Top achievements
Rank 1
Joshua asked on 30 Nov 2011, 10:24 PM
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!

1 Answer, 1 is accepted

Sort by
0
Elian
Telerik team
answered on 02 Dec 2011, 04:33 PM
Hi Joshua,

The Report book shouldn't be in the output HTML (if that's what you meant) because it is not used alone. To display the report you need a ReportViewer, which points to the ReportBook. Please see attached images for more info.

Regards,
Elian
the Telerik team

Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

Tags
General Discussions
Asked by
Joshua
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or