PdfFormatOptions has four Properties. FirstPageNumber, LastPageNumber, UsePageRange, and CreateBookmarksFromGroupTree .
2 | ExportOptions ex=newExportOptions(); |
Finally, Create a variable ex to hold the ExportOptions.
2 | ex.ExportFormatType=ExportFormatType.PortableDocFormat;ex.ExportFormatOptions=formatOpt; |
Similarly, ExportFormatType and ExportFormatOptions are assigned to corresponding variables.
Run the project, click on Export button and you will see that the report is exported to C:CustomerList.pdf
Make UsePageRange=true and assign Staring page number and Last Page number to FirstPageNumber and LastPageNumber