How do I import a chart (column and spline) to a PDF or Excel? I am using ASP.Net 3.5 on Visual Studio 2008 with SQL Server 2000
Thanks
That works...Thanks!
You would right click on the website/project and go to add reference. When the dialog pops up you would find the Infragistics2.Document or Infragistics35.Document (depending on what CLR you are using) and add it to your application.
The quickest way is to drag on a UltraWebGridDocumentExporter component onto your webform. You can remove the component after dragging it onto your design surface.
How do I do that?
Add the reference to the Infragistics.Documents assembly.
Already tried that but when I add
Imports Infragistics.
after that I get just 2 options in the intellisense......WebUI and UltraChart. There is no Documents.