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.

Embedding Report Designer API ReportDesignerHelper ProcessDesigner HttpPostedFile claims it is defined

I am embedding report designer and in my C# api server app I have created a ReportingAPIController based on some samples out there but the code will not compile.   My project is set to .NET 7 and below is an example method in the controller.   The return value of   ReportDesignerHelper.ProcessDesigner is "HttpPostedFile" and the compiler is telling me "Reference to type 'HttpPostedFile' claims it is defined in 'System.Web', but it could not be found.

Researching it seems like it might be an issue with the .net version but I am wondering if there is a solution or work-around or maybe a newer version of the BoldReports libraries?


public object PostDesignerAction([FromBody] Dictionary<string, object> jsonResult)

{

return ReportDesignerHelper.ProcessDesigner(jsonResult, this, null, _cache);

}


1 Reply

AM Arumugasami Murugesan Syncfusion Team September 13, 2023 12:00 PM 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