Hello,
I noticed that the Excel option is NOT listed in this export menu by default (i.e. telerikReportViewerTemplate-18.1.24.514.html )
I am reading thru these two docs to figure out how to get the Excel option to show up in Export menu.
https://docs.telerik.com/reporting/doc-output/export-formats
https://docs.telerik.com/reporting/doc-output/configure-the-report-engine/extensions-element
I do not see any special configuration in our appsettings.json. I only added the assembly ref for some special functions, etc.
"telerikReporting": { "assemblyReferences": [ { "name": "SynReportsLibrary" } ] },
Is there anything simple to do on the front end, perhaps in the HTML View Template params ? Or is it done in the backend appsettings ?
Thank you,
Bob