Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
800
Exporting UltraGrid to report
posted

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

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    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

     

     

Reply Children