Duplicated
Last Updated: 06 Nov 2023 14:33 by ADMIN
Upen
Created on: 30 Oct 2023 14:35
Type: Feature Request
0
Need to allow Excel Export with 10.1.16.615 version on FIPs enbled

Need to allow Excel Export with 10.1.16.615 version on FIPs enbled

Hi Team,

I had tried with the provided post as below with DocumentFormat.openXML.dll verison (2.5) but not working .

please help to resolve this ASAP.

===

Based on what you described and the ticket info, I am assuming that you are getting this error when you render a report in the Excel 97-2003 (XLS) format. Is that correct?

Unfortunately, this is a known limitation of the Excel 97-2003 rendering, and exporting a report to XLS in FIPS-enabled environments will fail. Considering this, I suggest choosing one of the following options for exporting reports to Excel:

  • Exporting the report to the newer XLSX format. (See exporting in XLSX)
  • Disabling FIPS.

If choose the first option, you can disable the older Excel rendering format so that it is not available as an option when the report is displayed in a report viewer. For example, the following code can be put into the web.config/app.config of the project:

<configuration>

  <configSections>
    <section
        name="Telerik.Reporting"
        type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting"
        allowLocation="true"
        allowDefinition="Everywhere"/>
  </configSections>

    ...

  <Telerik.Reporting>
    <extensions>
      <render>
        <extension name="XLS" visible="false">
        </extension>
      </render>
    </extensions>
  </Telerik.Reporting>

   ...

</configuration>

I hope this helps, please let me know if you have any additional questions. Thank you for trying Telerik Reporting!

Regards,
Dimitar
Progress Telerik

 
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
1 comment
ADMIN
Dimitar
Posted on: 06 Nov 2023 14:33

Hello Upen,

The FIPS issue with the XLS rendering and FIPS seems to occur only when pictures are displayed in the report via the PictureBox report item, PictureWatermark, etc.

We already have this problem logged - PictureBox throws exception This implementation is not part of the Windows Platform FIPS cryptographic algorithms (telerik.com), so I have marked this thread as a duplicate of it.

We have recognized this as a problem and this is an issue that we are hoping to fix in 2024, however, that will come with a brand new release rather than a patch for the older 10.1.16.615 version.

Thank you for your understanding.

Regards,
Dimitar
Progress Telerik

Stay tuned by visiting our roadmap and feedback portal pages, enjoy a smooth take-off with our Getting Started resources, or visit the free self-paced technical training at https://learn.telerik.com/.