Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
UltraChart
posted

Hi

I wish to export an UltraChart to a PDF as explained in the following document...

http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/Chart_Export_to_PDF.html

...however my Infragistics.Documents namespace does not exists.  Under the Infragistics namespace I only have the following 5 items:

Excel, Shared, UltraChart, UltraGauge, Win

Do you know how I can get the Documents namespace items to display in the Intelesence.

Many thanks,

Dave

Parents
No Data
Reply
  • 26458
    Verified Answer
    Offline posted

    You have to add a reference to Infragistics.Documents assembly. For example, if you're using version 9.2, you will need to add a reference to Infragistics2.Documents.v9.2. You should be able to find this assembly in your Infragistics installation directory or in the global assembly cache

Children