Page 1 of 1

Save mrt file in DB

Posted: Thu Dec 07, 2017 1:29 pm
by TechWryte
Hello

Is there an example to save mrt files in DB and the application serialize the file when creating the report?

Thanks in Advance

Re: Save mrt file in DB

Posted: Fri Dec 08, 2017 9:19 am
by HighAley
Hello.

You could use the SaveToString(), SaveToJsonString(), SaveToByteArray() methods for saving a report and LoadFromString(string reportStr), LoadFromJson(string json), Load(byte[] bytes) for loading the report.
You could store report templates in yoru database in any format.

Thank you.

Re: Save mrt file in DB

Posted: Sun Aug 05, 2018 10:06 am
by Lech Kulikowski
Hello,

You can try to check the IsModified option for the report.

Thank you.

Re: Save mrt file in DB

Posted: Thu Sep 20, 2018 1:57 pm
by Theo
MichaelCab wrote: Sun Aug 05, 2018 4:05 am Please add an option to only save changed files before assembly. This helps to identify when a file was last changed.
I have done already and another solution you have then tell me or if you don't mind please tell me through screen shot i will be very thankful to you

Re: Save mrt file in DB

Posted: Fri Sep 21, 2018 2:44 pm
by Lech Kulikowski
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.