Page 1 of 1

using .json extension in c# istead of .mrt files extension

Posted: Mon Mar 22, 2021 6:49 am
by d-hcelik
Hi
in c# .net can I use .json extension instead of .mrt ?
I am using report.Load("c:\\temp\\x.mrt") but I want to using it report.Load("c:\\temp\\x.json") because we only access .json files

Re: using .json extension in c# istead of .mrt files extension

Posted: Mon Mar 22, 2021 7:53 am
by Lech Kulikowski
Hello,

You can use the report.LoadFromJson(); method.

Thank you.