<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Export the data from silverlight datagrid to PDF! in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241763#M6255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to hear any suggestions how to export the silverlight ArcGIS datagrid to Adobe PDF file. Thanks for your inputs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2011 11:36:12 GMT</pubDate>
    <dc:creator>AnhTruong</dc:creator>
    <dc:date>2011-12-16T11:36:12Z</dc:date>
    <item>
      <title>Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241763#M6255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to hear any suggestions how to export the silverlight ArcGIS datagrid to Adobe PDF file. Thanks for your inputs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 11:36:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241763#M6255</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2011-12-16T11:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241764#M6256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I&amp;nbsp; did is : downloaded silverPDF.dll,&amp;nbsp; it worked for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello all,&lt;BR /&gt;&lt;BR /&gt;I would like to hear any suggestions how to export the silverlight ArcGIS datagrid to Adobe PDF file. Thanks for your inputs.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 11:46:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241764#M6256</guid>
      <dc:creator>DeminHu</dc:creator>
      <dc:date>2011-12-16T11:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241765#M6257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My problem is to export the datagrid data with paging to PDF file via Export button. I use the ArcGIS API for Silverlight sample at &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap&lt;/A&gt;&lt;SPAN&gt; to implement an export function. You can click the attached link and is it looking similar that you did before? If so, can you send me the codes that you add in your export function when you use the silverPDF library that worked for you. Thanks in advance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What I&amp;nbsp; did is : downloaded silverPDF.dll,&amp;nbsp; it worked for me.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 23:46:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241765#M6257</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2011-12-17T23:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241766#M6258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I&amp;nbsp; did is&amp;nbsp; as the following, it mighe not a good way, but it really solved my problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1. Create a grid or panel to hold the data:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ScrollViewer x:Name="ImageScrollviewer"&amp;nbsp; Visibility="Collapsed" Width="2" Height="2" HorizontalScrollBarVisibility="Auto" HorizontalAlignment="Left" VerticalAlignment="Bottom" VerticalScrollBarVisibility="Auto"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Image&amp;nbsp; x:Name="TestPdf"&amp;nbsp; /&amp;gt; or &amp;lt;Stackpanel /&amp;gt; or &amp;lt;Grid /&amp;gt;&amp;nbsp; you have to customize here according to the print&amp;nbsp; page you like&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ScrollViewer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since this&amp;nbsp; scrollviewer's size is small, they are under some other controls, just set visibility to visble&amp;nbsp; when you decide to convert to pdf or image. It will not affect your interfacce.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2.&amp;nbsp; convert "TestPdf"&amp;nbsp; :&amp;nbsp; WriteableBitmap bitmap = new WriteableBitmap(TestPdf, new TranslateTransform()) ......&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; #3. Use SilverPDF :&amp;nbsp;&amp;nbsp; PdfDocument pdfDoc = new PdfDocument();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ExportToPdf.AddPdfMapPage(bitmap, pdfDoc); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; you can add as&amp;nbsp; many pages on the same pdf doc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 11:57:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241766#M6258</guid>
      <dc:creator>DeminHu</dc:creator>
      <dc:date>2011-12-19T11:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241767#M6259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your more details. I can add the silverPDF.dll but it generated the error when compiling, so I could not continue any furthers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What I&amp;nbsp; did is&amp;nbsp; as the following, it mighe not a good way, but it really solved my problems.&lt;BR /&gt;&lt;BR /&gt;#1. Create a grid or panel to hold the data:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ScrollViewer x:Name="ImageScrollviewer"&amp;nbsp; Visibility="Collapsed" Width="2" Height="2" HorizontalScrollBarVisibility="Auto" HorizontalAlignment="Left" VerticalAlignment="Bottom" VerticalScrollBarVisibility="Auto"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Image&amp;nbsp; x:Name="TestPdf"&amp;nbsp; /&amp;gt; or &amp;lt;Stackpanel /&amp;gt; or &amp;lt;Grid /&amp;gt;&amp;nbsp; you have to customize here according to the print&amp;nbsp; page you like&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ScrollViewer&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since this&amp;nbsp; scrollviewer's size is small, they are under some other controls, just set visibility to visble&amp;nbsp; when you decide to convert to pdf or image. It will not affect your interfacce.&lt;BR /&gt;&lt;BR /&gt;#2.&amp;nbsp; convert "TestPdf"&amp;nbsp; :&amp;nbsp; WriteableBitmap bitmap = new WriteableBitmap(TestPdf, new TranslateTransform()) ......&lt;BR /&gt;&lt;BR /&gt; #3. Use SilverPDF :&amp;nbsp;&amp;nbsp; PdfDocument pdfDoc = new PdfDocument();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ExportToPdf.AddPdfMapPage(bitmap, pdfDoc); &lt;BR /&gt; you can add as&amp;nbsp; many pages on the same pdf doc.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 11:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241767#M6259</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2011-12-21T11:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241768#M6260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I used SilverPDF.dll and ESRI print sample together for my work, I can export the map ( cross domain resources, graphics layers) and query result together as PDF, if you like,&amp;nbsp; I can extract&amp;nbsp; some code as a&amp;nbsp; complied sample for you , but probably the size will be too big to post here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 12:50:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241768#M6260</guid>
      <dc:creator>DeminHu</dc:creator>
      <dc:date>2011-12-21T12:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241769#M6261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I posted my issues couple of week ago to looking for helps from ArcGIS API for Silverlight expertise, but still waiting for detailed solutions. I am newbie to work on ArcGIS API for Silverlight, so I am still learning on ArcGIS. What I need help to export the data in QueryNoMap example(&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap&lt;/A&gt;&lt;SPAN&gt;) to PDF and Excel. I could not find any similar codes to get them done. If possible please send the codes to my personal email at &lt;/SPAN&gt;&lt;A href="mailto:avt2K8@gmail.com"&gt;avt2K8@gmail.com&lt;/A&gt;&lt;SPAN&gt;. I really appreciate it. Thanks for experience sharing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Actually I used SilverPDF.dll and ESRI print sample together for my work, I can export the map ( cross domain resources, graphics layers) and query result together as PDF, if you like,&amp;nbsp; I can extract&amp;nbsp; some code as a&amp;nbsp; complied sample for you , but probably the size will be too big to post here.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 13:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241769#M6261</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2011-12-21T13:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241770#M6262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will try to extract my code and compile, then email to you, but probably&amp;nbsp; I can get time to do it tomorrow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I posted my issues couple of week ago to looking for helps from ArcGIS API for Silverlight expertise, but still waiting for detailed solutions. I am newbie to work on ArcGIS API for Silverlight, so I am still learning on ArcGIS. What I need help to export the data in QueryNoMap example(&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap&lt;/A&gt;) to PDF and Excel. I could not find any similar codes to get them done. If possible please send the codes to my personal email at &lt;A href="mailto:avt2K8@gmail.com"&gt;avt2K8@gmail.com&lt;/A&gt;. I really appreciate it. Thanks for experience sharing.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 13:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241770#M6262</guid>
      <dc:creator>DeminHu</dc:creator>
      <dc:date>2011-12-21T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241771#M6263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I could not get any chance to&amp;nbsp; extract the code as a sample application for you today, but I put some&amp;nbsp; code in a zip file, please see if it can give you some clue to work out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aggain, I used ESRI print sample and SilverPDF.dll.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 13:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241771#M6263</guid>
      <dc:creator>DeminHu</dc:creator>
      <dc:date>2011-12-22T13:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241772#M6264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your attached sample code. My problem is different from yours because I export the data without map. I will look and figure out how to apply. Any other contributors from ArcGIS expertise are welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Sorry, I could not get any chance to&amp;nbsp; extract the code as a sample application for you today, but I put some&amp;nbsp; code in a zip file, please see if it can give you some clue to work out.&lt;BR /&gt;&lt;BR /&gt;Again, I used ESRI print sample and SilverPDF.dll.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 19:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241772#M6264</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2011-12-27T19:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241773#M6265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ESRI expertise!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked the sample ExportPDF code from Denim Hu, but I am still trouble to make it work for exporting datagrid data with dataPager in Silverlight 4. Is it possible to make it work in ESRI print sample and silverPDF.dll for my problem??? Any other way to work around on this issue. Please help me out. Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for your attached sample code. My problem is different from yours because I export the data without map. I will look and figure out how to apply. Any other contributors from ArcGIS expertise are welcome.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 14:20:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241773#M6265</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2012-01-03T14:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241774#M6266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I posted my issue couple of weeks ago, but still working on solution. I could not find any free library to implement for exporting to PDF. Now I have PDF tool for printer and would like to know how to using silverlight 4.0 printing to export data on dataGrid with dataPager. Any idea how to do it???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello ESRI expertise!&lt;BR /&gt;&lt;BR /&gt;I looked the sample ExportPDF code from Denim Hu, but I am still trouble to make it work for exporting datagrid data with dataPager in Silverlight 4. Is it possible to make it work in ESRI print sample and silverPDF.dll for my problem??? Any other way to work around on this issue. Please help me out. Thanks in advance.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 19:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241774#M6266</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2012-01-05T19:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241775#M6267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This blog post : &lt;/SPAN&gt;&lt;A href="http://www.davidpoll.com/2010/04/16/making-printing-easier-in-silverlight-4/"&gt;http://www.davidpoll.com/2010/04/16/making-printing-easier-in-silverlight-4/&lt;/A&gt;&lt;SPAN&gt; should be helpful to understand how to print a datagrid using multi pages. Once you are able to print your data, you can use a PDF printer driver to get PDF documents.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 05:26:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241775#M6267</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-01-06T05:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241776#M6268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dominique,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank for your refer to &lt;/SPAN&gt;&lt;A href="http://www.davidpoll.com"&gt;http://www.davidpoll.com&lt;/A&gt;&lt;SPAN&gt;. I could not find the seperated codes for only Making Printing Easier in Silverlight 4 project, so I have to download all entire sample codes on Silverlight and Beyond on that website. This is excellent demo. In this example, the datasource is from collection list and is not from database. I also found another Silverlight Print from codePlex which seems simple, but the data source is binding from xml format. Did you have a chance to look in details or did something familiar before? Please give me more hints to modify the data source to apply in my issues. I need to printing the dataGrid data with dataPager via Query No Map example at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap&lt;/A&gt;&lt;SPAN&gt;. Thanks for your time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This blog post : &lt;A href="http://www.davidpoll.com/2010/04/16/making-printing-easier-in-silverlight-4/"&gt;http://www.davidpoll.com/2010/04/16/making-printing-easier-in-silverlight-4/&lt;/A&gt; should be helpful to understand how to print a datagrid using multi pages. Once you are able to print your data, you can use a PDF printer driver to get PDF documents.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 16:28:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241776#M6268</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2012-01-09T16:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241777#M6269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ESRI expertise,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you ever helped someone else to print out the ArcGIS API dataGrid data with dataPager for Silverlight? I am still searching for any good solution to do it on your forum, but I could not. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Dominique,&lt;BR /&gt;&lt;BR /&gt;Thank for your refer to &lt;A href="http://www.davidpoll.com"&gt;http://www.davidpoll.com&lt;/A&gt;. I could not find the seperated codes for only Making Printing Easier in Silverlight 4 project, so I have to download all entire sample codes on Silverlight and Beyond on that website. This is excellent demo. In this example, the datasource is from collection list and is not from database. I also found another Silverlight Print from codePlex which seems simple, but the data source is binding from xml format. Did you have a chance to look in details or did something familiar before? Please give me more hints to modify the data source to apply in my issues. I need to printing the dataGrid data with dataPager via Query No Map example at &lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryWithoutMap&lt;/A&gt;. Thanks for your time.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 12:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241777#M6269</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2012-01-12T12:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241778#M6270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Anh, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The easiest thing to do in your case is to convince your users that they don't need a PDF. Just kidding! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About 2 years ago, when printing was a real problem with Silverlight, I did export to PDF to allow users to print the map and the data. My PDF is created on the server though, and the exported data comes directly from the database, and not from the FeatureDataGrid (but it is exactly the same data).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this, I used iTextSharp library (on the sever, not the silverPDF). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When the user queries the data and displays it in the DataGrid, the user has the option to export the data to PDF. At this point, I send all the query parameters back to server, and query the data directly from the database using a stored procedure (I am using an XY table, and can directly use T-SQL, and the data is updated nightly, so it doesn't change), which is then bound to an ASP.Net GridView, which then is rendered to a PDF. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is probably not the best solution, but the only one could find at the time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can't find an easier way to this, and would like to try it, I will send you some code. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try convincing your users first. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. If you can use T-SQL to query your data directly, you could probably use some kind of reporting tool like Crystal Reports or SSRS to produce the PDF. Send the query parameters, produce the report and spit it out as a PDF. I have done this long ago with SSRS and ArcIMS. Just another idea.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 15:33:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241778#M6270</guid>
      <dc:creator>DarinaTchountcheva</dc:creator>
      <dc:date>2012-01-12T15:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export the data from silverlight datagrid to PDF!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241779#M6271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your idea inputs. Actually, I don't have any rights to touch on their Oracle database; just using ArcGIS URL services that they provided for display and manipulate information data via Silverlight datagrid. I knew how to export ASP.NET datagrid data to PDF and worked on Crystal Report to PDF before. This is first time I am working on ArcGIS API for Silverlight project. Therefore, I must research the best way to do it. I saw a couple of Silverlight printing but using different datasource. My little experience on both ArcGIS API and Silverlight, so I could not implement another function to make it working on my datagrid data like the one you can see in ArcGIS API for Silverlight sample. If anyone can do it, please help me the solution. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Anh, &lt;BR /&gt;&lt;BR /&gt;The easiest thing to do in your case is to convince your users that they don't need a PDF. Just kidding! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;About 2 years ago, when printing was a real problem with Silverlight, I did export to PDF to allow users to print the map and the data. My PDF is created on the server though, and the exported data comes directly from the database, and not from the FeatureDataGrid (but it is exactly the same data).&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;To do this, I used iTextSharp library (on the sever, not the silverPDF). &lt;BR /&gt;When the user queries the data and displays it in the DataGrid, the user has the option to export the data to PDF. At this point, I send all the query parameters back to server, and query the data directly from the database using a stored procedure (I am using an XY table, and can directly use T-SQL, and the data is updated nightly, so it doesn't change), which is then bound to an ASP.Net GridView, which then is rendered to a PDF. &lt;BR /&gt;&lt;BR /&gt;It is probably not the best solution, but the only one could find at the time. &lt;BR /&gt;If you can't find an easier way to this, and would like to try it, I will send you some code. &lt;BR /&gt;&lt;BR /&gt;Try convincing your users first. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck!&lt;BR /&gt;&lt;BR /&gt;P.S. If you can use T-SQL to query your data directly, you could probably use some kind of reporting tool like Crystal Reports or SSRS to produce the PDF. Send the query parameters, produce the report and spit it out as a PDF. I have done this long ago with SSRS and ArcIMS. Just another idea.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 16:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-the-data-from-silverlight-datagrid-to-pdf/m-p/241779#M6271</guid>
      <dc:creator>AnhTruong</dc:creator>
      <dc:date>2012-01-17T16:48:37Z</dc:date>
    </item>
  </channel>
</rss>

