Hi,
How do I can keep exacly the same grid layout (rows, columns width and height, Font, colors...) as my original grid display on my window form using UltraGridDocumentExporter and the Export(grid, Section) methode? Something likes the UtlraGridPrintDocument (grid.PrintPreview();) does with de layout.
With this code example my columns are smaller than the real grid:
ISection gridSection = _report.AddSection();
UltraGridDocumentExporter ugde = new UltraGridDocumentExporter();
ugde.Export(grid, gridSection);
_report.Publish("C:\\dev\\grid.pdf", FileFormat.PDF);
Thanks for your help!
Gabriel
Sorry this post suppose the go in NetAdvantage for Windows Forms section.