2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
SfDataGrid provides support for exporting the data to PDF with header and footer. You can export the data to PDF by using the ExportToPdf method by passing the SfDataGrid as an argument. You can create the header and footer in the HeaderAndFooterExporting event using the PdfDocumentTemplate property from the event arugment. The below code illustrates how to hook the HeaderAndFooterExporting event and create header and footer for the exported PDF document.
Screenshot:
Sample Link: |
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
Hello, when there are multiple pages, how can I show the footer on the last page? I try like this;
but didn't work
In fact, this code may seem to work, but according to the data coming from the datagrid, it is below the grid