Where is there a sample of how to put elements together for printing?
I am looking for a code sample showing me how to put the output of a webgrid along with maybe an HTML header and footer to a PDF.
What i need is to print the content of a UltraWebGrid, my idea was to export the grid contect using the export method from the ExcelExporter pasing a instance of a Document.Report.Report as parameter and then use the Report.Print() method.
Anyway this does not work...
Do you has any idea of how to accomplish this issue?
The only thing you can do with the excel exporter is export a standard grid. You cant even move the rows on different X or Y axis and export it.
Hopefully they will improve on this in a new release.
I'm not sure that I understand what you're trying to do. There is no built-in interoperability betwen the excel exporter and the documents engine. Could you be more specific?
-Matt
I trye to export using the excelexporter with a report as parameter because the report has a print method ....
unfortunaly this does not work...
i dont know why
Here was the answer to my question: Thanks for pointing me in the right direction Matt.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.WebUI.UltraWebGrid.DocumentExport.v8.3~Infragistics.WebUI.UltraWebGrid.DocumentExport.UltraWebGridDocumentExporter~Export(UltraWebGrid,Report).html