[]
        
(Showing Draft Content)

C1.Document.Export.Ssrs.DocxExportProvider

DocxExportProvider Class

Describes export to DOCX (Open XML) format.

Inheritance
DocxExportProvider
Namespace: C1.Document.Export.Ssrs
Assembly: C1.Document.dll
Syntax
public class DocxExportProvider : ExportProvider

Constructors

Name Description
DocxExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "docx".

FormatName

Gets a short description of the DOCX export format.

Methods

Name Description
NewExporter()

Creates a new instance of the WordExporter class.

See Also