Compiled report example

Stimulsoft Reports.BLAZOR discussion
Post Reply
Giacomo GG
Posts: 1
Joined: Wed Aug 31, 2022 9:17 am

Compiled report example

Post by Giacomo GG »

Hello,
I have an application using ReportViewer component that load reports from .mrt files.

All works fine in local develompent machine, but when we deploy to Azure we have very slow performance, it takes 35 seconds to get the preview (on local machine same report same data are immediatly showed).

It looks like a problem loading .mrt files
Do you think that load the compiled version of the report should be the right way to find a solution?

Can you give me a link or an example on how to compile a .mrt file and load in the Reportviewer?

Thanks
Max Shamanov
Posts: 768
Joined: Tue Sep 07, 2021 10:11 am

Re: Compiled report example

Post by Max Shamanov »

Hello,

We need time to prepare an answer for you.

Thank you
Max Shamanov
Posts: 768
Joined: Tue Sep 07, 2021 10:11 am

Re: Compiled report example

Post by Max Shamanov »

Hello, Giacomo.

Maybe you get it anywhere else if you think the issue is not in Azure?
Could you send us your report template with sample data?

Did you try to debug your project on Azure?

You could just call the Compile() method if you need to compile the report.
Or you could save your report as a C# class and add it to your project.

Sorry, we don't have samples for you.

Thank you.
Post Reply