Telerik blogs
  • Productivity Reporting

    The Telerik Report Designer: More Powerful Than Ever Webinar

    Slides, Source Code and Video to the "The Telerik Report Designer: More Powerful Than Ever" Webinar Now Available We want to thank you all for attending the Telerik Reporting Webinar. As promised, all of the materials are now available for you to download and explore on your own. If you have any questions, please feel free to leave a comment below. We also suggest that you download Telerik Reporting and the new standalone Report Designer if you haven’t already done so. For Those Who Couldn’t Attend, What is the Telerik Reporting? Telerik Reporting is a lightweight reporting solution for all .NET cloud, web, and...
    October 30, 2012
  • Release

    Get your Learn on With Telerik 2012 Q3 Webinar Week

    Webinar week is coming!  From October 22 to October 26, we will be hosting nine webinars showing off the best of what’s new, including an incredible level of support for Visual Studio 2012 and Windows 8.  In addition to seeing all of the cool new features in Telerik’s ever expanding suite of products, you can have a chance to win valuable prizes, including DevCraft Ultimate licenses.  Please visit this link to register: http://www.telerik.com/developer-productivity-tools/whats-new.aspx I will personally be involved in three of the webinars, on Telerik Reporting, the Just suite of products, and support for Windows8 development. The Telerik Report Designer: More Powerful...
    October 09, 2012
  • Release

    Extending Telerik Reporting Service with Custom IReportResolver

    Download custom IReportResolver example (C#) The Telerik Reporting Service is a WCF service that enables the remote access to the Telerik Reporting Engine (aka ReportProcessor). The Reporting Service acts as a communication interface between the client programs and the ReportProcessor. The client programs invoke the report rendering from the service using a string report description. Based on the report description the service’s report resolvers try to create an IReportDocument instance needed by the ReportProcessor. The IReportDocument interface represents a report document. This includes a single Report or ReportBook. The IReportDocument returned by the report resolver will be further handled by the ReportProcessor. The service...
  • Productivity Reporting

    Reset PageNumber per Report Group

    Download Telerik_Reporting_Reset_PageNumber_per_Group (C#) - 4.72 KB In Telerik Reporting, the PageNumber object can only be used in the page header and page footer sections. It contains the current page number and its value is increased with one for every new page. In some scenarios, it is useful to alter the page number based on a condition and the most frequent scenario being asked is resetting the PageNumber after each group. The powerful expression engine of Telerik Reporting allows you to accomplish this easily with the help of page aggregates and tiny bit of code. Basically the idea is to check what is the last group on a page and if it...
    February 07, 2012
  • Productivity Reporting

    How to use SharePoint List for Telerik Reporting Datasource

    SharePoint provides types and members in the Microsoft.SharePoint.Client namespace for accessing SharePoint remotely from a client computer or server. To get started with SharePoint client object model you will need Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime assemblies. You can copy these DLLs from the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\ISAPI folder of the server that runs Microsoft SharePoint Foundation 2010. Using the Microsoft.SharePoint.Client types you can get access to SharePoint List data. However in order to have design time support (Telerik Reporting Data Explorer, Wizards and Expression editor) with SharePoint as data source, you will need the following SharePointDataSource helper class. This class manages the SharePoint credentials,...
    July 29, 2011