Back to Devexpress

VerticalGridExtension.ExportToPdf Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-exporttopdf.md

latest2.8 KB
Original Source

VerticalGridExtension.ExportToPdf Method

NameParametersDescription
ExportToPdf(VerticalGridSettings, Object, PdfExportOptions) staticsettings, dataObject, exportOptionsExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, Boolean, PdfExportOptions) staticsettings, dataObject, saveAsFile, exportOptionsExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, Boolean) staticsettings, dataObject, saveAsFileExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, PdfExportOptions) staticsettings, dataObject, fileName, exportOptionsExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, Boolean, PdfExportOptions) staticsettings, dataObject, fileName, saveAsFile, exportOptionsExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, Boolean) staticsettings, dataObject, fileName, saveAsFileExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String) staticsettings, dataObject, fileNameExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object) staticsettings, dataObjectExports the VerticalGrid’s data to PDF format, based on the provided settings.