Posted 14 April 2022, 3:22 am EST
dll versions: 4.5.20212.513
Hello,
we created a c1PrintDocument with mixed content like text and tables.
Over the c1PrintPreviewControl the user can export to excel( xls and xlsx).
Unfortunately the result of the exported document with default settings is not usable.
The solution is to set the option “FixedPositioning” to true in the OptionsForm.
But is it possible to manually set the exporter options without showing the OptionsForm?
We don’t want to show the options to the user.
Our goal:
this.c1PrintPreviewControl1.ExportOptions[“XlsExportProvider”].ShowOptions = false;
-but FixedPositioning = true
greetings from germanyC1PrintPreviewC1DocumentExportProblem.zip