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
Compiled report example
-
- Posts: 1
- Joined: Wed Aug 31, 2022 9:17 am
-
- Posts: 525
- Joined: Tue Sep 07, 2021 10:11 am
Re: Compiled report example
Hello,
We need time to prepare an answer for you.
Thank you
We need time to prepare an answer for you.
Thank you
-
- Posts: 525
- Joined: Tue Sep 07, 2021 10:11 am
Re: Compiled report example
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.
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.