Hello,
we want to print out a UltraChart and 3 UltraGrids as well as some labels on a form.
The printed layout should be the same as the layout on the form. But how can we manage to print the contents of the chart besides the contents of a grid. And below of that there should be another grid, that needs to be printed as well.
Or the other way round, is there a posibility to integrate a chart and some grids into one big grid, so that we can simply print that grid? I would like to setup a 2 by 2 cells grid and set each of those cells to either a chart or a grid.
Greetings
Wolfgang
Hello
This is almost what I'm looking for. I have a Sql Server Reporting Services generated report (done on the client --- it's a recap page that contains user entered parameters that generated the report including the date and time it was created) that I want to preceed any Infragistic grids to be printed. How is this accomplished using the UltraPrintDocument or is there a alternate/better option?
Thank you
Clay Seifert
Hi Wolfgang,
The approach I would take is to use the Infragistics Document Engine and Document exporter to dump several grids along with any images (E.g., you chart converted into an image) into one comprehensive document.
Here are the help topic sections for this:
Document Engine Help - use this to learn how to add items and various objects to your report.
Document Exporter Help - exporting one grid to an existing document section. You will add one section per grid to your document object. Then export each grid to its own section.
WinChart API - save to image documentation