Sure,
this is the report. I just put title, injected database and three variables.
Web Designer connection issues
Re: Web Designer connection issues
- Attachments
-
- Report.mrt
- (3.92 KiB) Downloaded 459 times
Re: Web Designer connection issues
Hello.torenic wrote: Tue Apr 14, 2020 9:53 am Hello,
that did not resolve the problem with saving a report. Is the save feature of web designer supposed to work on trial version?
The problem is that the report is saved, but won't open (see my latest post).
.MRT file is the report template
.MDC file is the report after report template rendered, so if you want open rendered report in viewer, you must save rendered report as .MDC file. (i.e. rename your report .mrt->.mdc)
Re: Web Designer connection issues
Oh, I'm sorry, this was my fault.
in onSaveReportTemplate I've used StiSerializeManager.serializeDocument(report, os) instead of StiSerializeManager.serializeReport(report, os).
in onSaveReportTemplate I've used StiSerializeManager.serializeDocument(report, os) instead of StiSerializeManager.serializeReport(report, os).
-
Lech Kulikowski
- Posts: 7839
- Joined: Tue Mar 20, 2018 5:34 am
Re: Web Designer connection issues
Hello
Ok.
Please let us know if you need any additional help.
Thank you.
Ok.
Please let us know if you need any additional help.
Thank you.
Re: Web Designer connection issues
That was all, thanks for your support.
Re: Web Designer connection issues
You are welcome!