Name | Description | |
---|---|---|
WordExporter Constructor |
The following tables list the members exposed by WordExporter.
Name | Description | |
---|---|---|
WordExporter Constructor |
Name | Description | |
---|---|---|
AutoFit | Gets or sets a value defining how an AutoFit value will be specified for tables in generated Word file. The default value is WordTableAutoFitMode.Default. | |
DocumentInfo | Gets or sets the DocumentInfo object associated with the document assigned to the current exporter. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
ExpandToggles | Gets or sets a value indicating whether all items that can be toggled should render in their fully-expanded state. The default value is false. | |
ExportProvider | Overridden. | |
FileName | Gets or sets the name of the output file. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
FixedPageWidth | Gets or sets a value indicating whether the Page Width written to the DOC file will grow to accommodate the width of the largest page in the Report Body. The default value is false. | |
MultiFile | Gets a value indicating whether multiple files were generated during export. If multiple files were generated, and the UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrived via OutputFiles property. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
OmitDrillthroughs | Gets or sets a value indicating whether to omit the Drillthrough action on all items where it is set. The default value is false. | |
OmitHyperlinks | Gets or sets a value indicating whether to omit the Hyperlink action on all items where it is set. The default value is false. | |
OpenXmlDocument | Gets or sets a value indicating whether the document should be saved in Office12 Open XML format. | |
OutputFiles | Gets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
PageSettings | Gets or sets the C1.Win.C1Document.C1PageSettings providing exporting content. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
Preview | Gets or sets a value indicating whether the exported document should be opened after exporting it to a disk file. The application used to open the file is determined by the OS shell. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
Range | Gets or sets the range of pages that is to be exported. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
ShowOptions | Gets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
Stream | Gets or sets the output stream. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
UseZipForMultipleFiles | Gets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export. (Inherited from C1.Win.C1Document.Export.ExportFilter) |
Name | Description | |
---|---|---|
CanExportRange | Overridden. Tests whether the specified type of range can be exported by the current exporter. | |
Dispose | Disposes the C1.Win.C1Document.Export.ExportFilter object. (Inherited from C1.Win.C1Document.Export.ExportFilter) | |
ShowOptionsDialog | Displays a dialog that allows the user to edit the export options. (Inherited from C1.Win.C1Document.Export.ExportFilter) |