Skip to main content

VGridControlBase.ExportToDocx Method

Name Parameters Description
ExportToDocx(Stream, DocxExportOptions) stream, options Exports the control’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream.
ExportToDocx(Stream) stream Exports the control’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream.
ExportToDocx(String, DocxExportOptions) filePath, options Exports the control’s data in the Office Open XML file format and saves it to the specified DOCX file.
ExportToDocx(String) filePath Exports the control’s data in the Office Open XML file format and saves it to the specified DOCX file.