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

CAN'T FIND REPORTING IN ADD NEW ITEM !

11 Answers 643 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Berrabah
Top achievements
Rank 1
Berrabah asked on 20 Apr 2012, 10:52 AM
Hi,
I installed the Telerik Report Q 2012,but it dosn't existe when I do new item on visual studio 2010 web solution !
I check :
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic\Reporting 
and 
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CSharp\Reporting
It exsite in the 2 folders the zip : Telerik_Reporting_Q1_2012_Visual_Studio_11_Refresh
I have close the vs 
I excute the commande : 
C:\Program Files\Microsoft Visual Studio 10.0\VC>devenv /installvstemplates
but the telerik reporting does'n exeiste 



11 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 20 Apr 2012, 11:19 AM
Hi Berrabah,

This problem has been addressed in the latest internal build available for download in your account. Please upgrade and let us know how it goes.

Greetings,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Berrabah
Top achievements
Rank 1
answered on 20 Apr 2012, 01:00 PM
Hi,
Yeah but how  to do it and to create a ReportLibrary !?
Thankx again 
0
Steve
Telerik team
answered on 20 Apr 2012, 01:06 PM
Hello Berrabah,

Telerik Reporting does not provide project template. It provides only Item Templates because they can be placed in any project type excluding Silverlight class library. For more info please refer to our documentation:

Greetings,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Berrabah
Top achievements
Rank 1
answered on 20 Apr 2012, 01:26 PM
Hi Steve,
Thankx for help,but now I have got a error that I dont understand,i have add the reporting  references but it dosn't work
I dont know why ! 
0
Steve
Telerik team
answered on 20 Apr 2012, 04:17 PM
Hi Berrabah,

The error message still refers to v.6.0.12.215 which as explained in earlier post has a problem with the item templates and you should upgrade to the latest internal build (v6.0.12.330) available for download in your account.

Kind regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Berrabah
Top achievements
Rank 1
answered on 20 Apr 2012, 05:41 PM
Hi Steve,
Thankx for help,can you tell me please how to upgrade from 6.0.12.215 to 6.0.12.330,should I remove and install again the new telerik reporting version !? 
0
Accepted
Steve
Telerik team
answered on 21 Apr 2012, 08:50 AM
Hello Berrabah,

Download the latest internal build and install it - it would automatically remove the Q1 2012 version as it is a minor upgrade and not a major version.

Kind regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Berrabah
Top achievements
Rank 1
answered on 24 Apr 2012, 10:15 AM
Hi Steve and thank you for the help,

I would like to know please how can I add the telerik reporting (that I have create in a library class) in a user control that existe in a site web project (the library class and the site web project are not in the same solution) ?

Thank you 
0
Steve
Telerik team
answered on 24 Apr 2012, 10:21 AM
Hello Berrabah,

You can copy the compiled .dll from your solution which has the reporting class library to the bin folder of the web site in your other solution. However you still need to add appropriate references to the Telerik Reporting product as discussed in Deploying Web Site help article.

All the best,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Berrabah
Top achievements
Rank 1
answered on 24 Apr 2012, 10:33 AM
Hi Steve and thank you so mutch,
Sorry,but I am following this instuctions http://www.telerik.com/help/reporting/asp-net-report-viewer-embedding.html, but I can't find 'Report1' class !?
I have add the references that exsite in the class library that contient the telerik reporting in the bin of my site web project after the compilation of the class library .
Thank you 
 
0
Berrabah
Top achievements
Rank 1
answered on 24 Apr 2012, 10:39 AM
Hi, I found the class of Telerik reporting that I have created befor,
and I use this code in my user control that call the report

Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
        If Not IsPostBack Then
            Dim report As New HotelClassLibraryVb.HotelDashboard2
            'report1.DataSource = MyDataSource; 
            ReportViewer1.Report = report
        End If
    End Sub 

but it does'n work ,the report viewer does't show the telerik report 


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