How do I add Telerik Reports to SharePoint (WSS 3.0 sp1)? I currently have several reports already generated in ASP.NET 3.5 projects, referring to a local database, and need to know what the steps are to add them to a sharepoint site.
Thank you,
Chris
13 Answers, 1 is accepted
Thank you for contacting Telerik Support.
Telerik Reporting is an embedded reporting engine which can operate equally good in both Windows Forms and ASP.NET Applications. The only thing you need to do is to put the corresponding report viewer in the corresponding form/page.
The Telerik Reports are .NET classes which allows you to manipulate them as any other .NET class/object. So having the above in mind there are no restrictions for Telerik Reporting to work in a SharePoint base application. Its usage is as simple as using any other web control and that is why we have only general purpose examples and does not have any that illustrates its usage in SharePoint.
Regards,
Steve
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you for your response.
There is Telerik help documentation on how to deploy RadControls to SharePoint, can similar documentation be produced for Reporting?
http://www.telerik.com/help/aspnet-ajax/moss-overview.html
Such help documentation is essential for further purchasing decisions.
Thank you.
Thank you for your suggestion. Although we stand behind our position on this explained in the previous post, I believe decreasing the users' efforts wherever possible is vital and we would consider including such section in our help as well.
Your Telerik points have been updated for bringing this to our attention.
Greetings,
Steve
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thanks
Can you elaborate what are the problems that you have encountered? Stating that something does not work, does not help us in identifying what is wrong.
Regards,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Unfortunately the error is
An unexpected error occured
And there are nothing in the event log
I got past the unsafe controls error by adding
<SafeControl Assembly="Telerik.ReportViewer.WebForms, Version=2.9.9.202, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" Namespace="Telerik.ReportViewer.WebForms" TypeName="*" Safe="True" />
And i tried
<
add verb="*" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.9.9.202, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />
But this was taken from a web.config for version 1.5 of the control
I am probably missing a lot of the config, but am reluctant to experimtent this without specific instructions.
Thanks
Philip
As mentioned in previous reply, Telerik Reports are .NET classes which allow you to manipulate them as any other .NET class/object and there are no restrictions for Telerik Reporting to work in a SharePoint base application as its usage would be as using any other web control. No specific steps are required, nevertheless here is a help article elaborating on it, including steps valid for any standard asp.net control.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
i'm asking if Telerik Reports accepts sharepoint lists as a data source?
if yes, please explain how.
Cheers!
I don't know if you are still looking for a solution on this. I thought I would share with you what I have found and reported in this ticket. If you were trying to add the reportviewer dynamically like I have, this might well solve your problem.