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
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 >
Yeah but how to do it and to create a ReportLibrary !?
Thankx again
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 >
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 !
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 >
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 !?
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 >
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
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 >
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
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