<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : how to export ReportC&#111;ntrol data</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : how to export ReportC&#111;ntrol data]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 05:16:53 +0000</pubDate>
  <lastBuildDate>Tue, 06 Jun 2006 20:33:26 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=4344</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[how to export ReportC&#111;ntrol data : thank you ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13477&amp;title=how-to-export-reportcontrol-data#13477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2072">lwg191</a><br /><strong>Subject:</strong> 4344<br /><strong>Posted:</strong> 06 June 2006 at 8:33pm<br /><br />thank you ]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 20:33:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13477&amp;title=how-to-export-reportcontrol-data#13477</guid>
  </item> 
  <item>
   <title><![CDATA[how to export ReportC&#111;ntrol data : An example of storing Report Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13473&amp;title=how-to-export-reportcontrol-data#13473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4344<br /><strong>Posted:</strong> 06 June 2006 at 5:37pm<br /><br />An example of storing Report Control data in XML file exist in the ReportSample. See method CReportSampleView::SaveReportState, or below:<br><table width="99%"><tr><td><pre class="BBcode"><br>CXTPPropExchangeXMLNode px(FALSE, 0, _T("ReportControl"));<br>CXTPPropExchangeSection secRecords(px.GetSection(_T("Records")));<br> GetReportCtrl().GetRecords()-&gt;DoPropExchange(&amp;secReco rds);<br>px.SaveToFile(_T("c:\\ReportControl.xml"));<br></pre></td></tr></table> <br><br>With other CXTPPropExchange derived classes you can save data to other formats. There are no native support for Excel files, but it can easily open generated XML file.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 17:37:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13473&amp;title=how-to-export-reportcontrol-data#13473</guid>
  </item> 
  <item>
   <title><![CDATA[how to export ReportC&#111;ntrol data : sserge:thank you for your reply! I&amp;#039;d...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13443&amp;title=how-to-export-reportcontrol-data#13443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2072">lwg191</a><br /><strong>Subject:</strong> 4344<br /><strong>Posted:</strong> 06 June 2006 at 9:14am<br /><br /><P>sserge:<BR>thank you for your reply!</P><P>I'd like to do this programmatically,my develop environment is VC++7.0+Win2000.<BR>Could you give me some samples for this (export data to excel or txt file)?</P>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 09:14:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13443&amp;title=how-to-export-reportcontrol-data#13443</guid>
  </item> 
  <item>
   <title><![CDATA[how to export ReportC&#111;ntrol data : Hi,First of all you can simply...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13388&amp;title=how-to-export-reportcontrol-data#13388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4344<br /><strong>Posted:</strong> 05 June 2006 at 9:32am<br /><br />Hi,<br><br>First of all you can simply copy/paste your records from/to Excel and txt files.<br><br>If you'd like to do it programmatically, please specify your environment.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 05 Jun 2006 09:32:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13388&amp;title=how-to-export-reportcontrol-data#13388</guid>
  </item> 
  <item>
   <title><![CDATA[how to export ReportC&#111;ntrol data : how export ReportControl data...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13374&amp;title=how-to-export-reportcontrol-data#13374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2072">lwg191</a><br /><strong>Subject:</strong> 4344<br /><strong>Posted:</strong> 05 June 2006 at 2:15am<br /><br /><P>how export ReportControl data to a txt file or a excel file?</P><P>thanks</P>]]>
   </description>
   <pubDate>Mon, 05 Jun 2006 02:15:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4344&amp;PID=13374&amp;title=how-to-export-reportcontrol-data#13374</guid>
  </item> 
 </channel>
</rss>