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
230
Adding footer/Custom text at end of PDF webdocumentexporter
posted

Hi We have requirement to add header and footer when data is exported to PDF. We are using WebDocumentExporter. We are able to add header usng report section. But could not find way to add the Footers. Footer/custom text should appear after the grid data in PDF.

Parents
  • 2895
    posted

    Hello Abhijit,

    Thank you for using our community.

    If I understand you correctly, you would like to have a Grid with header and footer that can be exported in PDF file. The WebDataGrid as well as the WebHierarchicalDataGrid supports footer. All you have to do is set the ShowFooter option to true.

    ShowFooter="True"

    I have created a sample for you. Please take a look at it and let me know how it works for you.

    hGrid.zip
Reply Children