Unable to get report parameters

0 Answers 7 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

 

 

 

No answers yet. Maybe you can help?

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