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

Telerik Reporting component in installed properly

6 Answers 163 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
pavan
Top achievements
Rank 1
pavan asked on 28 Oct 2010, 06:58 AM
Hi All,

"Telerik Reporting component NOT installed properly"


I have downloaded trail version of Telerik Reporting and I have installed it. After successfully installation I opened VS-2010 Professional and I saw Telerik Memu in VS2010’s Menu bar; after that I create a silverlight application then click on Telerik menu and upgrade wizard (see attached image-1). After click on Upgrade Wizard I got of Telerik Reporting Upgrade Wizard and then click on next button I am getting a prompt message. (please see attached image-2)

Please let me know what I am missing

Thanks in advance.

6 Answers, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 28 Oct 2010, 11:08 PM
Hello Pavan,

The Upgrade Wizard is actually a tool designed to upgrade projects that use prior versions of Telerik Reporting to the latest version. The reason it tells you "There are no references to upgrade in the current solution" is because you've created and run it against a brand new project.

In order to create a Telerik report, please use the following steps.

  1. Create a new class library in your solution
  2. Right click on it and select "Add -> New Item"
  3. Locate "Telerik Report Q2 2010," select it, and click add.

Once you've completed these steps, you should have a new Telerik report in your class library. In order to actually display the report in a Silverlight application, you will need to follow this documentation covering the Silverlight Report viewer.

- Robert
0
pavan
Top achievements
Rank 1
answered on 29 Oct 2010, 04:45 AM
Hi Robert,

Thank you so much.

I have followed the given steps which is provided by you but no luck. I am facing assembly reference problem please see attached image.
Is there any assembly registration.

 Please let me know whats the main problem.

- Pavan
0
Steve
Telerik team
answered on 29 Oct 2010, 07:35 AM
Hello Pavan,

Can you confirm that your setup conforms to the product System Requirements, namely you're using supported version of Visual Studio IDE and not Visual Studio Express or Visual Studio web developer? If yes, please reinstall Telerik Reporting and follow the steps in the Quickstart help section.

Sincerely yours,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
pavan
Top achievements
Rank 1
answered on 29 Oct 2010, 07:57 AM
Hi Steve,

Thanks Steve for you quick response.

I am using VS-2010 Professional and I have tried two or three time but i am still facing the same problem.

Apart from that i have one more query to you

@ HI Robert and Steve,
I saw the Creating a Simple Report link which is provided by you this link. I just wanted to know for my curiosity, it is possible use web service instead of SQL Sever server for mapping fields; in my case I am using .NET Web Service only ?

In my silverlight application data comes from web-service in this case i want to use generate a report (using Telerik Component for better look and feel) using web-service. so please do let me know it is possible generate telerik report using web service.

- Pavan
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 29 Oct 2010, 09:26 AM
There is no out of the box way to connect to a web service. The easiest way (according to me) is creating a wrapper method that would return the data from the service and supplying this method as report data source. I see there are couple of blogs talking on this:
0
Robert
Top achievements
Rank 1
answered on 29 Oct 2010, 03:29 PM
Hi Pavan,

I noticed in your screenshot that you are adding a Telerik Report to a Silverlight class library. Unfortunately, this is not supported. You actually need to create a standard non-Silverlight class library and add reports to this instead. After doing so, you can use the WCF Service described in the documentation in conjunction with the Silverlight report viewer to view reports within a Silverlight application.

- Robert
Tags
General Discussions
Asked by
pavan
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
pavan
Top achievements
Rank 1
Steve
Telerik team
Massimiliano Bassili
Top achievements
Rank 1
Share this question
or