HtmlExporterBase.Export(TextWriter) Method
Exports a document in HTML format using the specified writer to write exported data as a series of characters.
Namespace: DevExpress.Office.Export.Html
Assembly: DevExpress.Office.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
writer | TextWriter | A TextWriter descendant which writes exported data as a sequential series of characters. |
See Also