General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
GridViewExtension.ExportToPdf Method
Name | Parameters | Description |
---|---|---|
ExportToPdf(GridViewSettings, Object) static | settings, dataObject |
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, Boolean, PdfExportOptions) static | settings, dataObject, saveAsFile, exportOptions |
Exports the grid's data to PDF format, based on the provided settings. |
ExportToPdf(GridViewSettings, Object, PdfExportOptions) static | settings, dataObject, exportOptions |
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, String, Boolean) static | settings, dataObject, fileName, saveAsFile |
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, PdfExportOptions) static | settings, dataObject, fileName, exportOptions |
Exports the grid's data to PDF format, based on the provided settings. |
Feedback