<?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 : Chart Print Preview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Chart Print Preview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 12:16:15 +0000</pubDate>
  <lastBuildDate>Wed, 20 Oct 2010 04:54:34 +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=17438</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[Chart Print Preview :   Hi oleg, Thanks for your Sample....!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=61039&amp;title=chart-print-preview#61039</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 17438<br /><strong>Posted:</strong> 20 October 2010 at 4:54am<br /><br /><strong>Hi oleg,</strong><DIV>&nbsp;</DIV><DIV>&nbsp; Thanks for your Sample....! <strong><FONT color="#00cc00"><FONT color="#0000cc">It works.... !</FONT> </FONT><FONT color="#0000cc">But only for 2D Charts...!</FONT></strong></DIV><DIV><strong><FONT color="#ff0000"></FONT></strong>&nbsp;</DIV><DIV><strong><FONT color="#ff0000">&nbsp; For 3D Charts it shows Blank Print preview(Pie 3D Style,Torus 3D Style,Exploded View) Why?</FONT></strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong><FONT color="#000000">Thanks</FONT></strong></DIV>]]>
   </description>
   <pubDate>Wed, 20 Oct 2010 04:54:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=61039&amp;title=chart-print-preview#61039</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Print Preview : Hi,Here sample:uploads/37/PrintPreview.zip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=61033&amp;title=chart-print-preview#61033</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17438<br /><strong>Posted:</strong> 20 October 2010 at 2:04am<br /><br />Hi,<div><br></div><div><br></div><div>Here sample:</div><div><br></div><div><a href="uploads/37/PrintPreview.zip" target="_blank">uploads/37/PrintPreview.zip</a><br></div>]]>
   </description>
   <pubDate>Wed, 20 Oct 2010 02:04:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=61033&amp;title=chart-print-preview#61033</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Print Preview :   Hi Oleg,I want to see the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=61029&amp;title=chart-print-preview#61029</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 17438<br /><strong>Posted:</strong> 20 October 2010 at 12:30am<br /><br />Hi Oleg,<DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;I want to see the Chart Print preview in Print preview Control.</DIV><DIV>&nbsp;</DIV><DIV>For Example in report control we have a method like this</DIV><DIV>&nbsp;</DIV><DIV><FONT color="#0000cc"><strong>ReportControl1.PrintPreview True</strong></FONT></DIV><DIV>&nbsp;</DIV><DIV>for more options for print I can use the Below Code for Report Control</DIV><DIV>------------------------------------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;<FONT color="#000099">With ReportControl1.PrintOptions<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Landscape = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MarginTop = 800<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .RepeatHeaderRows = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Header<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Clear<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .FormatString = "UPCSOFT" &amp; vbCrLf &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;bProduct List" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;bPage &amp;p of &amp;P&nbsp; "<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Footer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Clear<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .FormatString = "Printed at: &amp;D &amp;T" &amp; vbCrLf &amp; "Printed by:" &amp; Module1.userid &amp; "" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;b" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;bUPC DUBAI"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp; End With</FONT></DIV><DIV>-------------------------------------------------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV><strong><FONT color="#ff0000">Similar way i want to set some print options for chart &amp; Preview in Control before print....!</FONT></strong></DIV><DIV><strong><FONT color="#ff0000"></FONT></strong>&nbsp;</DIV><DIV><strong><FONT color="#ff0000">Is that possible.....? If so How to do that for chartControl... Please give some tips / Code.....!</FONT></strong></DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Wed, 20 Oct 2010 00:30:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=61029&amp;title=chart-print-preview#61029</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Print Preview : Hi,CallCreatePrintView method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=60972&amp;title=chart-print-preview#60972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17438<br /><strong>Posted:</strong> 18 October 2010 at 9:11am<br /><br />Hi,<div><br></div><div>Call&nbsp;CreatePrintView method (same way as Report and Calendar)</div>]]>
   </description>
   <pubDate>Mon, 18 Oct 2010 09:11:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=60972&amp;title=chart-print-preview#60972</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Print Preview :   Hi,How to set the chart print...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=60954&amp;title=chart-print-preview#60954</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 17438<br /><strong>Posted:</strong> 17 October 2010 at 2:11am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>&nbsp;How to set the chart print preview to Command bars control Print Preview...?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Thanks</DIV>]]>
   </description>
   <pubDate>Sun, 17 Oct 2010 02:11:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17438&amp;PID=60954&amp;title=chart-print-preview#60954</guid>
  </item> 
 </channel>
</rss>