Hello!
I export my reports to stream which I turn into an byte-array and save in a database. My problem is I canīt seem to use ExportOptions with the ExportToStream-Method.
The ExportToStream-method only takes format as parameter. ExportToHttpResponse on the other hand lets me send ExportOptions.
How do I for an example do special excel settings to a report im going to export to stream?