Can I add a new (Custom) ExportProvider to the ExportOptions in C1.Win.C1PrintPreview control?
I actually want to change the XlsExportProvider to a CsvExportProvider.
I want the SaveDialog to have (Microsoft Excel (*.csv) in it rather than Microsoft Excel (*.xls).
And I want to do the actual export manually.
I have found the ExportProvider class and the IExportProvider interface and I created a CsvExportProvider but I cannot assign it or add it to the list of ExportProviders.
Is there a way to do this?
I'm using the v1.0.20062.327 of C1PrintPreview (.NET 1.1)
Thanks
Willy