Trying to use Infragistics Excel Exporter and getting error: Stack overflow on the last line of code below:
Dim exporter = CType(Me.Resources("Exporter"), DataPresenterExcelExporter) Dim options As ExportOptions = New ExportOptionsoptions.FileLimitBehaviour = FileLimitBehaviour.ThrowExceptionexporter.Export(Me.xamdgExporter, fileName, WorkbookFormat.Excel97To2003, options)
Looking for any suggestions,
Thanks.
The ThrowException enum sets an exception during the exporting process if excel file limit is reached. The full list of the Excel limits is here.