Unable to get report parameters

1 Answer 19 Views
Rendering Report Parameters Report Viewer - Blazor
Serkan
Top achievements
Rank 1
Iron
Serkan asked on 11 Jun 2025, 02:12 PM

Hi Guys,

mit Blazor Wasm project is working localy.

So i published it on the server and run the ReportViewer: 

Unable to get report parameters. An error has occurred. Type: Telerik.Reporting.ReportSerialization.Current.ReportSerializable`1[Telerik.Reporting.Report]

 

In Browser Dev: 

The Server was a Linux Server with Docker. I installed

sudo apt-get update sudo apt-get install -y libfreetype6 sudo apt-get install -y libfontconfig1

sudo apt-get install libc6-dev sudo apt-get install libgdiplus

 

 

added this: Telerik.Drawing.Skia and

RUN apt-get update \
    && apt-get install -y --allow-unauthenticated \
        libc6-dev \
        libgdiplus \
        libx11-dev \
    && rm -rf /var/lib/apt/lists/*

 

so all packages installed like tutorial and another forum posts i found. I used the demo all same. have someone an idea?

Best Regards

Serkan

 

 

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 16 Jun 2025, 10:58 AM

Hello Serkan,

Thank you for the information about your scenario!

I see that you have installed some of the Linux dependencies in your container, however, depending on what image you are using, there may be more missing dependencies for the Skia engine on Linux.

Please try installing the SkiaSharp.NativeAssets.Linux.NoDependencies package in the project with the Reporting REST Service, not the Blazor WASM project. You should do the same for the Telerik.Drawing.Skia NuGet, please ensure that it is installed in the project with the service because that is where the reports are rendered.

If the issue persists after installing those packages, please generate and attach a trace log to your next reply - How to troubleshoot errors in ASP.NET Core projects - Telerik Reporting, and also let us know what Linux distro is used by your Docker image. Perhaps you could share the Dockerfile as well?

I look forward to your next update.

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Rendering Report Parameters Report Viewer - Blazor
Asked by
Serkan
Top achievements
Rank 1
Iron
Answers by
Dimitar
Telerik team
Share this question
or