Skip to main content

CardViewExtension.ExportToDocx Method

Name Parameters Description
ExportToDocx(CardViewSettings, Object, DocxExportOptions) static settings, dataObject, exportOptions Exports the CardView’s data to DOCX format, based on the provided settings.
ExportToDocx(CardViewSettings, Object, Boolean, DocxExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the CardView’s data to DOCX format, based on the provided settings.
ExportToDocx(CardViewSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the CardView’s data to DOCX format, based on the provided settings.
ExportToDocx(CardViewSettings, Object, String, DocxExportOptions) static settings, dataObject, fileName, exportOptions Exports the CardView’s data to DOCX format, based on the provided settings.
ExportToDocx(CardViewSettings, Object, String, Boolean, DocxExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the CardView’s data to DOCX format, based on the provided settings.
ExportToDocx(CardViewSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the CardView’s data to DOCX format, based on the provided settings.
ExportToDocx(CardViewSettings, Object, String) static settings, dataObject, fileName Exports the CardView’s data to DOCX format, based on the provided settings.
ExportToDocx(CardViewSettings, Object) static settings, dataObject Exports the CardView’s data to DOCX format, based on the provided settings.