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
690
UltraGridPrintDocument - Print in multiple lines.
posted

Hi,

I am trying to print a ultra grid data using Ultragridprintdocument. Since, i have too many columns, when i print it. the data comes in small size (since i want to fit in a single page).

What i want to ask is if there is any way i can split the columns on the same page? For example. for any row , I want to print first 5 columns values on first half ( upper half) of the page and remaining columns on lower half of the same page?

Is this possible? pls let me know. 

Thanks
miztaken 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    No, there is no way to do this.

    However... the grid has the ability to span a single record of your data into multiple visible rows. You can do this using Groups and Level, or using a RowLayout. So you could set up your grid so that the columns are aligned in two visible rows for each row of data and save some horizontal space that way.

Children