<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>Martin Vassilev's blog</title>
    <description>Martin Vassilev's blog</description>
    <link>http://blogs.telerik.com/MartinVassilev/Posts.aspx</link>
    <docs>http://backend.userland.com/rss</docs>
    <item>
      <title>Host Telerik&amp;rsquo;s WPF Gauges and Charts in RadGridView for WinForms</title>
      <description>&lt;p&gt;Did you have a chance to try the beta versions of Telerik's &lt;em&gt;WPF &lt;a href="http://www.telerik.com/community/forums/allthreads/b312H-dbe.aspx"&gt;gauges&lt;/a&gt; and &lt;a href="http://www.telerik.com/community/forums/allthreads/b312H-dbb.aspx"&gt;charts&lt;/a&gt;&lt;/em&gt; ? Yes? And you like them, but already have a big and complex WinForms project and you have no plans to upgrade it to the new amazing WPF technology soon? &lt;/p&gt;
&lt;p&gt;Do not worry; you can get the best of both worlds and use the WPF goodies in your WinForms application thanks to the ElementHost control that resides in the namespace System.Windows.Forms.Integration.&amp;nbsp; You could find more info on this topic in the following MSDN article: &lt;a href="http://msdn.microsoft.com/en-us/library/ms745781.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms745781.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Following this concept, I have prepared a WinForms application with Telerik's WPF gauges and charts. It consists of a hierarchical RadGridView with custom cells, which host our WPF controls, and are added to the grid in its CreateCell event.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-HostTeleriksWPFGaugesandChartsinRadGridV_9911-image_2.sflb"&gt;&lt;img height="191" width="244" border="0" src="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-HostTeleriksWPFGaugesandChartsinRadGridV_9911-image_thumb.sflb" alt="RadGridView - Master Template" style="border: 0px none ;" /&gt;&lt;/a&gt; &lt;a href="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-HostTeleriksWPFGaugesandChartsinRadGridV_9911-image_4.sflb"&gt;&lt;img height="191" width="244" border="0" src="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-HostTeleriksWPFGaugesandChartsinRadGridV_9911-image_thumb_1.sflb" alt="RadGridView - with expanded second level that hosted WPF chart" style="border: 0px none ;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;object height="266" width="437" id="viddler_1c6e3361" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt;
&lt;param name="flashvars" value="autoplay=t"&gt;
&lt;param name="movie" value="http://www.viddler.com/simple/1c6e3361/"&gt;
&lt;param name="allowScriptAccess" value="always"&gt;
&lt;param name="allowFullScreen" value="true"&gt;&lt;embed src="http://www.viddler.com/simple/1c6e3361/" type="application/x-shockwave-flash" allowscriptaccess="always" flashvars="autoplay=t" allowfullscreen="true" name="viddler_1c6e3361" width="437" height="266"&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;You can find the project files &lt;a href="http://blogs.telerik.com/Libraries/Martin%27s%20files/FastestCars.sflb?download=true"&gt;here&lt;/a&gt;. It uses the latest beta's versions of WinForms Q3 2008 and WPF controls assemblies. We will demonstrate the applicaon at &lt;a href="http://telerikwatch.com/2008/10/join-telerik-at-pdc-08.html"&gt;PDC 2008&lt;/a&gt; and all of you that will visit the Telerik's booth can expirience it. After the Q3 release we will include this application in Telerik's Code Library and you can use it with all of new amaizing versions of Telerik Controls.&lt;/p&gt;
&lt;p&gt;You could download current versions of RadControls for WinForms and RadControls for WPF Futures through your &lt;a href="http://www.telerik.com/client.net/my-licenses/thank-you/b56D-mgcd-b56Z-bcek.aspx"&gt;Client.NET account&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
</description>
      <link>http://blogs.telerik.com/MartinVassilev/Posts/08-10-24/Host_Telerik_rsquo_s_WPF_Gauges_and_Charts_in_RadGridView_for_WinForms.aspx</link>
      <author>Martin Vassilev</author>
      <comments>http://blogs.telerik.com/MartinVassilev/Posts/08-10-24/Host_Telerik_rsquo_s_WPF_Gauges_and_Charts_in_RadGridView_for_WinForms.aspx</comments>
      <guid isPermaLink="false">4d319f53-776d-44b7-8a6c-70fe74ab40b0</guid>
      <pubDate>Fri, 24 Oct 2008 03:06:02 GMT</pubDate>
    </item>
    <item>
      <title>Build a slideshow with RadChart and RadRotator for WinForms in minutes</title>
      <description>&lt;p&gt;Last week we got an interesting request from a customer of ours - he wanted to add several RadCharts in the RadRotator control and to implement custom slideshow. The idea was so appealing that I decided to shoot a quick blog about it.&lt;strong&gt; &lt;/strong&gt;We already have similar image slideshows and I must say it is a pretty cool way to give your WinForms app a modern style and appeal:    &lt;br /&gt;
&lt;a href="http://www.telerik.com/community/code-library/submission/b311D-bdhadm.aspx"&gt;http://www.telerik.com/community/code-library/submission/b311D-bdhadm.aspx&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-BuildaslideshowwithRadChartandRadRotator_98C1-RotatorWithImages_2.sflb"&gt;&lt;img height="243" border="0" width="244" style="border: 0px none ;" alt="RotatorWithImages" src="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-BuildaslideshowwithRadChartandRadRotator_98C1-RotatorWithImages_thumb.sflb" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Even though it is very easy to add RadChart directly to the rotator (by using RadHostItem), RadRotator performs much better with images and/or other windowless RadItems. This is why the more suitable approach here would be to convert the charts into images and then to add these in the rotator wrapped in RadImageItems. This way the slideshow can also take advantage of the slide animation features of the RadRotator control.&lt;/p&gt;
&lt;p&gt;So, you have the charts in place. Here is the code that would create the images and insert them in the rotator:&lt;/p&gt;
&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;RadChart&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;myChart&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;=&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ChartCreator.Create(i)&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 100, 0);"&gt;//create charts     &lt;br /&gt;
&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;myChart.Size&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;=&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;this&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;.radRotator1.Size&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;     &lt;br /&gt;
&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Image&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;chartAsImage&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;=&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;myChart.GetBitmap()&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;     &lt;br /&gt;
&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;RadImageItem&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;imageItem&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;=&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;new&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;RadImageItem()&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;     &lt;br /&gt;
&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;imageItem.Image&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;=&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;chartAsImage&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);"&gt;     &lt;br /&gt;
&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;this&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;.radRotator1.Items.Add(imageItem)&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;;&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Easy and cool! Here are some screenshots of the sample app:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-BuildaslideshowwithRadChartandRadRotator_98C1-RotatorWithCharts0_2.sflb"&gt;&lt;img height="181" border="0" width="244" style="border: 0px none ;" alt="RotatorWithCharts0" src="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-BuildaslideshowwithRadChartandRadRotator_98C1-RotatorWithCharts0_thumb.sflb" /&gt;&lt;/a&gt; &lt;a href="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-BuildaslideshowwithRadChartandRadRotator_98C1-RotatorWithCharts1_2.sflb"&gt;&lt;img height="180" border="0" width="244" style="border: 0px none ;" alt="RotatorWithCharts1" src="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-BuildaslideshowwithRadChartandRadRotator_98C1-RotatorWithCharts1_thumb.sflb" /&gt;&lt;/a&gt; &lt;a href="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-BuildaslideshowwithRadChartandRadRotator_98C1-RotatorWithCharts2_2.sflb"&gt;&lt;img height="181" border="0" width="244" style="border: 0px none ;" alt="RotatorWithCharts2" src="http://blogs.telerik.com/Libraries/MetaBlog/WindowsLiveWriter-BuildaslideshowwithRadChartandRadRotator_98C1-RotatorWithCharts2_thumb.sflb" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Download the application from &lt;a href="http://blogs.telerik.com/Libraries/Martin%27s%20files/RotateChartsWithRadRotator.sflb?download=true"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I hope this is good food for thoughts on the impressive features that you can add to your apps using RadControls for WinForms. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Let us know if you have interesting ideas on how we can improve the UI of your application. We can surely cook something up for you J&lt;/p&gt;
</description>
      <link>http://blogs.telerik.com/MartinVassilev/Posts/08-09-09/Build_a_slideshow_with_RadChart_and_RadRotator_for_WinForms_in_minutes.aspx</link>
      <author>Martin Vassilev</author>
      <comments>http://blogs.telerik.com/MartinVassilev/Posts/08-09-09/Build_a_slideshow_with_RadChart_and_RadRotator_for_WinForms_in_minutes.aspx</comments>
      <guid isPermaLink="false">3ca5a5f1-b189-4397-acee-88c340dc7201</guid>
      <pubDate>Tue, 09 Sep 2008 08:00:09 GMT</pubDate>
    </item>
    <item>
      <title>Export and Printing RadGridView using Telerik Reporting</title>
      <description>&lt;p&gt;Hi everyone, by means of introduction my name is Martin Vassilev and I am a support officer with the Windows Forms team here at Telerik. As of late, we noticed increased interest towards RadGridView data export capabilities.&lt;/p&gt;
&lt;p&gt;What we have always told our customers is that the RadGridView will have only basic Microsoft Excel export capability, until we are able to implement a commercial grade format converter here at Telerik. However, that requires quite some time, and customers can't wait right? What was needed was a quick, easy, stable way of exporting RadGridView content to formats such as RTF, PDF and XLS. We also wanted to leverage an existing technology, rather than start from scratch. Well - guess what: the answer turned out to be right next door (quite literally too) - Telerik Reporting.&lt;/p&gt;
&lt;p&gt;For one, it already offers all the exporting capabilities we need, and also delivers a fine-grained and professional printing mechanism, with print preview capability and numerous adjustments options.&lt;/p&gt;
&lt;p&gt;We have prepared a classhelper library that can be used to interface the &amp;nbsp;RadGridView component with &amp;nbsp;Telerik Reporting. Using the helpers allows the generation of flat (no hierarchy support at this moment) grids with or without grouping into a report that can easily be printed or exported to a number of formats. &lt;/p&gt;
&lt;p&gt;What's really neat is that when you create reports from RadGridView, most of its visual settings &amp;nbsp;such as column widths, header colors, text alignments and font formatting are transferred to the report. &lt;/p&gt;
&lt;p&gt;So, how do you use the RadGridReporting class and start creating your own reports based on RadGridView? Just add a copy of RadGridReportinLite.dll and add a reference to it in your project. To benefit from this functionality , you need to have installed both Telerik RadControls for Windows Forms and Telerik Reporting products. After that, you will be able to create an instance of ReportForm and set various options such as:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;
&lt;table cellspacing="0" cellpadding="0" border="1" style="border: medium none ; border-collapse: collapse;"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td width="321" valign="top" style="border: 1pt solid black; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p align="center" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"&gt;Property&lt;/p&gt;
            &lt;/td&gt;
            &lt;td width="321" valign="top" style="border-style: solid solid solid none; border-color: black black black -moz-use-text-color; border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p align="center" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"&gt;Description&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="321" style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p style="margin-bottom: 0.0001pt; line-height: normal;"&gt;
            &lt;/p&gt;
            &lt;pre&gt;RadGridReport.FitToPageSize&lt;/pre&gt;
            &lt;/td&gt;
            &lt;td width="321" style="border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p&gt;Fit column sizes to printing page&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="321" style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p style="margin-bottom: 0.0001pt; line-height: normal;"&gt;
            &lt;/p&gt;
            &lt;pre&gt;RadGridReport.UseGridColors&lt;/pre&gt;
            &lt;/td&gt;
            &lt;td width="321" style="border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p&gt;Use grid header colors(mixed from gradients)&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="321" style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p style="margin-bottom: 0.0001pt; line-height: normal;"&gt;
            &lt;/p&gt;
            &lt;pre&gt;RadGridReport.AllMargins&lt;/pre&gt;
            &lt;/td&gt;
            &lt;td width="321" style="border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p&gt;Set all page margins in milimeters&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="321" style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p style="margin-bottom: 0.0001pt; line-height: normal;"&gt;
            &lt;/p&gt;
            &lt;pre&gt;RadGridReport.PaperKind&lt;/pre&gt;
            &lt;/td&gt;
            &lt;td width="321" style="border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p&gt;Choose report paper kind format (A4, A3 etc.)&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="321" style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p style="margin-bottom: 0.0001pt; line-height: normal;"&gt;
            &lt;/p&gt;
            &lt;pre&gt;RadGridReport.PageLandScape&lt;/pre&gt;
            &lt;/td&gt;
            &lt;td width="321" style="border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p&gt;Choose lanscape or portrait view&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="321" style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p style="margin-bottom: 0.0001pt; line-height: normal;"&gt;
            &lt;/p&gt;
            &lt;pre&gt;RadGridReport.RepeatTableHeader&lt;/pre&gt;
            &lt;/td&gt;
            &lt;td width="321" style="border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p&gt;Choose to repeate table header on every page&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="321" style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p style="margin-bottom: 0.0001pt; line-height: normal;"&gt;
            &lt;/p&gt;
            &lt;pre&gt;RadGridReport.ReportWindowState&lt;/pre&gt;
            &lt;/td&gt;
            &lt;td width="321" style="border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p&gt;Windows state of report form&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="321" style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p style="margin-bottom: 0.0001pt; line-height: normal;"&gt;
            &lt;/p&gt;
            &lt;pre&gt;RadGridReport.ReportSize&lt;/pre&gt;
            &lt;/td&gt;
            &lt;td width="321" style="border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0in 5.4pt; width: 240.55pt;"&gt;
            &lt;p&gt;Size of report form (if not maximized)&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To generate the report, you need to call the ReportFormShow method and pass your RadGridView instance as a second parameter.&lt;/p&gt;
&lt;p&gt;I have prepared a small Example application to illustrate the approach. It is available &amp;nbsp;in our &lt;a href="http://www.telerik.com/community/code-library/submission/b311D-bedcch.aspx"&gt;code library section&lt;/a&gt;.&lt;/p&gt;
I encourage you to experiment with it, and to add export and printing capability to your application.&amp;nbsp; Please keep the feedback coming, and share with us how you would like to see this functionality extended in the future.&lt;br /&gt;
</description>
      <link>http://blogs.telerik.com/MartinVassilev/Posts/08-06-11/Export_and_Printing_RadGridView_using_Telerik_Reporting.aspx</link>
      <author>Martin Vassilev</author>
      <comments>http://blogs.telerik.com/MartinVassilev/Posts/08-06-11/Export_and_Printing_RadGridView_using_Telerik_Reporting.aspx</comments>
      <guid isPermaLink="false">bf0b0cbe-c748-4e9f-80e3-e09f7f7b2738</guid>
      <pubDate>Wed, 11 Jun 2008 03:05:45 GMT</pubDate>
    </item>
  </channel>
</rss>