Skip to main content

GridViewExtension.ExportToPdf Method

Name Parameters Description
ExportToPdf(GridViewSettings, Object, PdfExportOptions) static settings, dataObject, exportOptions Exports the grid’s data to PDF format, based on the provided settings.
ExportToPdf(GridViewSettings, Object, Boolean, PdfExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the grid’s data to PDF format, based on the provided settings.
ExportToPdf(GridViewSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the grid’s data to PDF format, based on the provided settings.
ExportToPdf(GridViewSettings, Object, String, PdfExportOptions) static settings, dataObject, fileName, exportOptions Exports the grid’s data to PDF format, based on the provided settings.
ExportToPdf(GridViewSettings, Object, String, Boolean, PdfExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the grid’s data to PDF format, based on the provided settings.
ExportToPdf(GridViewSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the grid’s data to PDF format, based on the provided settings.
ExportToPdf(GridViewSettings, Object, String) static settings, dataObject, fileName Exports the grid’s data to PDF format, based on the provided settings.
ExportToPdf(GridViewSettings, Object) static settings, dataObject Exports the grid’s data to PDF format, based on the provided settings.