VerticalGridExtension.ExportToDocx(VerticalGridSettings, Object, Boolean, DocxExportOptions) Method
In This Article
Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ActionResult ExportToDocx(
VerticalGridSettings settings,
object dataObject,
bool saveAsFile,
DocxExportOptions exportOptions
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Vertical |
A Vertical |
data |
Object | An object representing the Vertical |
save |
Boolean | true to display the File Download dialog; false to display the file with exported data within a page. |
export |
Docx |
A Docx |
#Returns
Type | Description |
---|---|
Action |
A Action |
See Also