I am trying to print a C1Flexgrid to a C1PrintDocument control where the width of the grid is larger than the printdocument width. Doing this method .RenderBlockC1Printable(msgBindingChecklist, .BodyAreaSize.Width, 50, Nothing, StyleText) it will break the columns up between multiple pages. I then tried...