Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Productivity Reporting

    Setting custom skin for the web report viewer

    I've been asked a few times by clients how to customize the web report viewer's skins, so they can better match their company identity. I would try to describe 'the process' in this post. We are trying to stay close to the approach used for the RadControls for ASP.NET AJAX, so one who has used our web controls would be pleasantly surprised to find two familiar properties in Telerik Reporting - Skin and SkinsPath. As their names suggest, the first one is used to specify the name of the skin, while the second one specifies the path where this skin can be found. Let's start with...
  • Productivity Reporting

    Connecting the Dots: ADO.NET Data Services and Telerik Reporting

    ADO.NET Data Services (formerly Astoria) is one of the new technologies released as part of v3.5 SP1 of the .NET Framework. If you haven’t tried this new addition to the framework, I highly suggest you give it a spin. It’s very cool and allows you to quickly and easily set up RESTful WCF services with which your application can interact with the database. If you’re interested in learning more, MSDN has several great resources to help you get started. One of the cool things about Telerik is that the developers are always mindful of building products that can be easily integrated with existing and future...
    April 24, 2009
  • Productivity Reporting

    Telerik Reporting: Connecting to Stored Procedures

    I’ve blogged in the past about the many ways you can connect your reports to data. Because the developers who build Telerik’s Reporting Tool wanted to make it as flexible as possible, they designed it to have the ability to bind to any object that implements one of the four supported interfaces: IEnumerable, IListSource, ITypedList, and IDbDataAdapter. What does this mean for you? No matter where your data comes from – plain SQL queries, stored procedures, web services, etc – you can bind it to a Telerik report. Okay, I realize that showing an example is much more effective than just talking...
    March 14, 2009
  • Productivity Reporting

    Telerik Reporting: Get to Know Your Tools

    Another webinar is down in the history books. Last Thursday I hosted Telerik Reporting: Get to Know Your Tools, an hour-long webinar which focused on the toolbox items available as part of Telerik’s Reporting tool. I covered all 8 report items, from the TextBox to the Chart to the Barcode, in detail. Thanks to those who attended, I hope you found the content to be useful. If you missed it, don’t worry; the webinar was recorded and is now available on Telerik TV for your viewing pleasure. Click here to view Telerik Reporting: Getting to Know Your Tools on Telerik TV For the...
    March 03, 2009
  • Productivity Reporting

    Telerik Reporting: Filtering Your Reports Using Report Parameters

    Users can control how data is used in a report by taking advantage of the Report Parameters feature in Telerik Reporting. You can add parameters to your reports at design time through an editor, at runtime through a user interface in the Report Viewer, programmatically, or via a SubReport parameter collection. In this post I’ll show you how to set up a report that allows users to enter parameter values through the UI of the Report Viewer. This functionality provides users with the means to filter their reports quickly so that only the most relevant data is displayed. Setup the Report To get...
    March 02, 2009