Skip to main content

VerticalGridExtension.WriteDocx(VerticalGridSettings, Object, Stream, DocxExportOptions) Method

In This Article

Exports the grid’s data to a stream in DOCX format.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public static void WriteDocx(
    VerticalGridSettings settings,
    object dataObject,
    Stream stream,
    DocxExportOptions exportOptions
)

#Parameters

Name Type Description
settings VerticalGridSettings

A VerticalGridSettings object that contains Vertical Grid settings.

dataObject Object

An object representing the VerticalGrid’s data source.

stream Stream

A System.IO.Stream object to which the data is exported.

exportOptions DocxExportOptions

A DocxExportOptions object that provides export options.

See Also