File -> Open won't load a report
-
- Posts: 34
- Joined: Wed Jun 01, 2022 8:26 am
File -> Open won't load a report
If I run the attached project and use File -> Open
I can open the "Report.mrt" file but if I try and load the "Invoice Basic.mrt" it just locks up.
If I use the online report designer the "Invoice Basic.mrt" loads fine.
I can open the "Report.mrt" file but if I try and load the "Invoice Basic.mrt" it just locks up.
If I use the online report designer the "Invoice Basic.mrt" loads fine.
- Attachments
-
- Test.zip
- (522 KiB) Downloaded 196 times
-
- Posts: 990
- Joined: Tue Sep 07, 2021 10:11 am
Re: File -> Open won't load a report
Hello,
Thank you for the sample.
We need some additional time to investigate the issue, we will let you know about the result as soon as possible.
Thank you.
Thank you for the sample.
We need some additional time to investigate the issue, we will let you know about the result as soon as possible.
Thank you.
-
- Posts: 34
- Joined: Wed Jun 01, 2022 8:26 am
Re: File -> Open won't load a report
HI, Any news on this yet?
I need to transfer some reports form one system to another but I can't get them into the second system.
I need to transfer some reports form one system to another but I can't get them into the second system.
-
- Posts: 990
- Joined: Tue Sep 07, 2021 10:11 am
Re: File -> Open won't load a report
Hello.
We are still working on the issue.
We will let you know when we get any result.
Thank you.
#16044
We are still working on the issue.
We will let you know when we get any result.
Thank you.
#16044
-
- Posts: 990
- Joined: Tue Sep 07, 2021 10:11 am
Re: File -> Open won't load a report
Hello,
Please add SignalR service to your project:
Thank you.
Please add SignalR service to your project:
Code: Select all
builder.Services.AddSignalR(hubOptions =>
{
hubOptions.MaximumReceiveMessageSize = 10 * 1024 * 1024; // 10MB
});
- Attachments
-
- 387706364-3ed080d2-6d12-449a-8306-02202ff24543.png (73.27 KiB) Viewed 16516 times
-
- Posts: 34
- Joined: Wed Jun 01, 2022 8:26 am
Re: File -> Open won't load a report
Thank you, that works perfectly 

-
- Posts: 990
- Joined: Tue Sep 07, 2021 10:11 am
Re: File -> Open won't load a report
Hello,
You are welcome.
You are welcome.