VerticalGridExtension.WriteDocx(VerticalGridSettings, Object, Stream) 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
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Vertical |
A Vertical |
data |
Object | An object representing the Vertical |
stream | Stream | A System. |
See Also