Turning a row in a pagebreak

Hello! I''m using a grid control and I create a GridPrintDocument with it. is there a way that I can tell a certain row of the grid to be a pagebreak on the document? I am making a report using the gridControl and would like to break the page after a record as been passed Pierre-Luc

1 Reply

AD Administrator Syncfusion Team April 12, 2006 11:58 AM UTC

Hi Pierre, There is no in-built function for implementing a page break in the document. One way to achieve this is by getting the range information to the specified row and passing it to other fields in the OnBeginPrint event of the GridPrintDocument class. Sample : PageBreak_GridPrintDocument Best regards, Madhan

Loader.
Up arrow icon