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

Hosting a Telerik Report On a Web Page

1 Answer 108 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 28 Mar 2012, 01:59 PM
Good Morning all,

I've been going through the help files trying to find the steps to host a created report on a web page.  Unfortunately, I am not having a lot of luck.  I come from using Xcelsius, so obviously things are quite a bit different.  How does one take a finished report and host this thing online?

We're creating a prototype for a job that our company has been tasked to do where basically reports are hosted on a website, the user interact with them to create their own "what-if" scenarios, and get their results.  Right now, we are at the "host the created report on a web page" phase. 
Any advice would be appreciated.  Thanks a bunch!

Matt

1 Answer, 1 is accepted

Sort by
0
Elian
Telerik team
answered on 29 Mar 2012, 02:48 PM
Hi Matt,

Here are the things that need to be done:
  1. Have a Class Library project which will hold your reports
  2. Create the reports (in the class library)
  3. Create ASP Web app
  4. In the Web app add a reference to the Class Library
  5. In the Web page drag and drop from the toolbox onto the page the ReportViewer control (this will automatically add a reference to Telerik.ReportViewer.WebForms) How to: Add report viewer to a web page 
  6. Build the solution
  7. In Web page, in Design mode, when you click on the ReportViewer, you will get a list of its Properties. When you click on Report, you can choose the report that you want to be displayed in the viewer.
  8. Select a report, build and run the application.

Regards,
Elian
the Telerik team
NEW in Q1'12: Telerik Report Designer (Beta) for ad-hoc report creation. Download as part of Telerik Reporting Q1 2012. For questions and feedback, use the new Telerik Report Designer Forum.
Tags
General Discussions
Asked by
Matt
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or