Exporting RDLC to PDF is not working

Sanisoft Info 1 Reputation point
2021-01-05T15:23:19.26+00:00

Dear ,

We have an asp.net based application deployed in Azure App Service and its using a RDLC reports.
When we try to export RDLC to PDF so its gives an error 'Parameter is not valid.'
Could anyone please help on it ?
Thanks and Regards.
usman

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,992 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,286 Reputation points Microsoft Employee Moderator
    2021-01-06T18:12:43.517+00:00

    @Sanisoft Info thanks for info. PDF report generation doesn't work in the Free tier due sanbox limitations. See https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#microsoft-sql-reporting-framework-manually-generating-pdfs. This is because Free/Shared tiers are shared resources. You'll have to scale up to Basic or higher and the PDF export should work then.

    Regards,
    Ryan


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.