Export Options in the TelerikReportViewerTemplate

1 Answer 77 Views
Report Viewer - HTML5
Bob
Top achievements
Rank 1
Iron
Iron
Iron
Bob asked on 10 Sep 2024, 09:05 PM

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

 

1 Answer, 1 is accepted

Sort by
1
Bob
Top achievements
Rank 1
Iron
Iron
Iron
answered on 12 Sep 2024, 07:45 PM | edited on 12 Sep 2024, 07:46 PM

We pulled the <PackageReference Include="Telerik.Reporting.OpenXmlRendering" Version="18.1.24.514" /> from NuGet into our .Net 8 Solution.

Just be sure to check your Telerik.Reporting version before pulling ..

Excel Export option has updated successfully (including some bonus export options).

 

Bradley
Top achievements
Rank 2
Iron
Iron
Iron
commented on 12 Sep 2024, 09:47 PM

Do you recommend "Telerik.Reporting.OpenXmlRendering" or "Telerik.Reporting.OpenXmlRendering3"?  Is there a pros/cons list somewhere?
Ivet
Telerik team
commented on 13 Sep 2024, 08:25 AM

If you use 'DocumentFormat.OpenXml 3.0.0' or newer NuGet package you have to install the 'Telerik.Reporting.OpenXmlRendering3' Nuget package.

If you use an older version, you can install 'Telerik.Reporting.OpenXmlRendering'. instead. The only difference between the two is in which version of DocumentFormat.OpenXml package is supported.

Tags
Report Viewer - HTML5
Asked by
Bob
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Bob
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or