If you became a customer of the Syncfusion� Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion� Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion�.

For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion� for its reporting solutions. Our team will be happy to assist you with any questions you may have.

Thank you for choosing Syncfusion� for your reporting needs.

The JSON value of length xxx... is too large and not supported

I am using the sample Blazor report designer project and am receiving this error when my api server returns its large json result.    I found an article that suggested in web.config adding  MaxJsonDeserializerMembers so I tried that and it does not seem to make a difference.    Any suggestions



<system.webServer>

<appSettings>

      <add key="aspnet:MaxJsonDeserializerMembers" value="500000000" />

    </appSettings>

<handlers>

<remove name="ExtensionlessUrlHandler-Integrated-4.0" />

<remove name="OPTIONSVerbHandler" />

<remove name="TRACEVerbHandler" />

<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />

</handlers>

</system.webServer>


1 Reply

AM Arumugasami Murugesan Syncfusion Team September 4, 2023 11:15 AM UTC

Hi Scott Szretter,


Thanks for contacting Bold Report support.


We have created a ticket for your query. Please check the ticket from the below site and follow further.

https://support.boldreports.com/support/tickets


Regards,

Arumugasami M


Loader.
Up arrow icon