Skip to main content

VerticalGridExtension.ExportToPdf Method

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