Private Sub gridView1_AfterPrintRow(ByVal sender As Object, ByVal e As Views.Printing.PrintRowEventArgs)
If e.HasFooter Then
e.PS.InsertPageBreak(e.Y)
End If
End Sub
Was this page helpful?
Thanks for your feedback!
How can we improve this help topic?
Additional comments/thoughts:
If you have any questions, submit a ticket to our Support Center.