I have a few questions regarding exporting UltraGrid to report
1. Formatted grid cell wasn’t exported correctly, font styles and embedded image didn’t show on the report, is there a way to make it work?
2. BackGradientStyle wasn’t exported correctly either;
3. There is a Print method in Report class, is there a way to do print preview?
Thanks,
Crystal
Hi Crystal,
qhbyjh said: 1. Formatted grid cell wasn’t exported correctly, font styles and embedded image didn’t show on the report, is there a way to make it work? 2. BackGradientStyle wasn’t exported correctly either;
The exporting of the grid is WYSIWYG. So the exported report should appear exactly like the grid on the form, or at least as close as possible given the constraints of the PDF or XPS format. This includes font and colors, so if this is not working, then something is wrong - but it's impossible for me to guess what that might be.
qhbyjh said:3. There is a Print method in Report class, is there a way to do print preview?
This is discussed here: Using the Infragistics.Documents code library with an UltraPrintPreviewDialog - Infragistics Community
Thanks Mike, do you think I should submit an incident regarding to the two exporting issues?
Crystal.