• Q1 is already behind our back and we took the time right after it to sit down and carefully think about our next steps. We were trying to answer questions like where we want to be in Q2, what the main customer scenarios are, how we can help our customers achieve those scenarios, how we can use our resources in the most efficient way, who we’re targeting, etc. As a result we outlined a comprehensive plan including tons of significant improvements and new features as well as major new initiatives that will take Telerik DevCraft to another level in Q2 2013.
  • Many people have asked how to include the richness of Telerik Reporting in their ASP.NET MVC web applications - this post shows you how this is done in 8 easy steps.
  • This is the second blog of a series where we will introduce the new Telerik Reporting Graph item powerful features. Now it's time to dive deep into the Graphs databinding capabilities.
  • This is the first blog of a series where we will introduce the new Telerik Reporting Graph item powerful features. Let’s dig into its integral parts and powerful features, which will allow you to create amazing OLAP (and not only) charts quicker than ever
  • The Report templates in Telerik Reporting hold the initial report layout and styling, and allow for creating reports with consistent look and feel. They save time by skipping the repetitive tasks associated with building a new report every time, so that users can focus on the specific requirements of the new report. These tasks may include setting page sizes, connecting to data sources, defining headers and footers (such as adding a logo and page numbers), as well as styling. In Q3 2012 you can create, load, and reuse such report templates in the standalone Report Designer.

    Creating a Report Template is...

  • Telerik Report Designer

    Monday, February 20, 2012 by Reporting Team | Comments 9
    With Q1 2012 release the highly anticipated Telerik Report Designer has arrived - a desktop application for creating reports, utilizing the power of Telerik Reporting.

    The Telerik Report Designer features a simple ribbon interface and all the necessities for intuitive report creation like report items, wizards, explorers, all of them situated in a comfortable multi-document interface. This allows power users to create and edit ad-hoc reports on the fly. 

    Dashboard report

    Creating a report is simple and the output is saved as XML report definition (.trdx or Telerik Report Definition XML) in a proprietary XML format, which can be shared with other users. Your...

  • 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...

  • 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,...

  • Yesterday we dropped a new minor version of Telerik Reporting Q1 2011. Among the plentiful fixes, you will find some important improvements, aided to improve the overall operation of the product, both in design time and run time.

    Performance Improvements in Rendering Silverlight and WPF Reports

    The XAML rendering extension now uses a new lightweight mechanism that overcomes issues related to highly concurrent multi-threading applications. The new XAML rendering removes the STA thread requirement when generating Silverlight and WPF reports, which leads to improved performance and optimized server resources. The new rendering aims at improving the rendering speed of large SL and...

  • In some report scenarios, it is useful to include a page-scoped aggregate in Page Header or Page Footer section. As of Q1 2011, the powerful expression engine of Telerik Reporting has been extended with page aggregates, which allow you to add customizable sub-totals and summary data at the bottom of every page, such as total number of Unit X sold, or the average number of processes that have passed. You can add counts, sums, and averages to each page, even if your report consists of subreports and several tables.

    To add a page aggregate you need to utilize the new PageExec function that takes...