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.2.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
writer | TextWriter | A TextWriter descendant which writes exported data as a sequential series of characters. |
See Also