<?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 : [QUESTION] How do I Print a ChartControl?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : [QUESTION] How do I Print a ChartControl?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 10:45:59 +0000</pubDate>
  <lastBuildDate>Wed, 23 Feb 2011 06:47:11 +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=17942</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[[QUESTION] How do I Print a ChartControl? :   I have a workaround for this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17942&amp;PID=62909&amp;title=question-how-do-i-print-a-chartcontrol#62909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 17942<br /><strong>Posted:</strong> 23 February 2011 at 6:47am<br /><br />I have a workaround for this at the moment.<br><br>To perform a Print without first previewing I have added a PrintPreview control to the form and set&nbsp; Visible = False. <br><br>Then I use the following code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; With PrintPreview<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Orientation = xtpOrientationLandscape<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PrintView = ChartControl.CreatePrintView()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowPrintDialog<br>&nbsp;&nbsp;&nbsp; End With<br></pre></td></tr></table><br><br>It works but it would be nice if the ChartControl had a PrintChart option like the ReportControls PrintReport &amp; PrintReport2 options.<br>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 06:47:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17942&amp;PID=62909&amp;title=question-how-do-i-print-a-chartcontrol#62909</guid>
  </item> 
  <item>
   <title><![CDATA[[QUESTION] How do I Print a ChartControl? : Hi,I am looking to Print the ChartControl,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17942&amp;PID=62907&amp;title=question-how-do-i-print-a-chartcontrol#62907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 17942<br /><strong>Posted:</strong> 23 February 2011 at 5:27am<br /><br />Hi,<br><br>I am looking to Print the ChartControl, I have successfully managed to create a Print Preview, however I would like to also have the ability to Print the ChartControl without first previewing it.<br><br>Unlike the ReportControl's "PrintReport &amp; PrintReport2" it doesn't appear to have a "PrintChart" option. <br><br>Does anyone know of a way to print a ChartControl directly?<br>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 05:27:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17942&amp;PID=62907&amp;title=question-how-do-i-print-a-chartcontrol#62907</guid>
  </item> 
 </channel>
</rss>