| 名前 | 解説 | |
|---|---|---|
![]() | 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. |
![]() | CanShowPreview | Gets a value indicating whether the exported file can be previewed. This property is cached for each exporter, and is not refreshed after it has been determined. ATTENTION! This property is used to edit export's parameters in user's ui so it should NOT use data generated AFTER export, OutputFiles property for example. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Document | Gets or sets the C1.Document.C1Document providing exporting content. C1.Document.Export.ExportFilterから継承されます。 |
![]() | DocumentInfo | Gets or sets the DocumentInfo object associated with the document assigned to the current exporter. C1.Document.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 | オーバーライドされます。 Gets an instance of a class derived from ExportProvider describing the export format associated with the current exporter. That instance can be used to retrieve static information about the current export format such as format description or default extension. |
![]() | FileName | Gets or sets the name of the output file. C1.Document.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. |
![]() | MaxPageNumber | C1.Document.Export.ExportFilterから継承されます。 |
![]() | 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 retrieved via OutputFiles property. C1.Document.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. 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. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Pages | Gets or sets the list of the document pages, fragments of these pages reference render objects of the document Document. C1.Document.Export.ExportFilterから継承されます。 |
![]() | PageSettings | Gets or sets the C1.Document.C1PageSettings providing exporting content. C1.Document.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. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Range | Gets or sets the range of pages that is to be exported. C1.Document.Export.ExportFilterから継承されます。 |
![]() | ShowOptions | Gets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Stream | Gets or sets the output stream. C1.Document.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. C1.Document.Export.ExportFilterから継承されます。 |

