Page 1 of 1
MobileDesigner preview not working
Posted: Mon Oct 12, 2015 9:03 pm
by FrenkR
version 2015.2., steps to reproduce:
1.)create new report in designer, add reporttitleband and put simple shape into report.

- designer1.png (19.01 KiB) Viewed 2341 times
2.) click preview tab - preview works as expected
3.) click home tab - designer is ok, when clicking back to preview, preview is empty:

- designer2.png (12.89 KiB) Viewed 2341 times
preview in HTML or PDF is ok:

- designer3.png (7.54 KiB) Viewed 2341 times
Re: MobileDesigner preview not working
Posted: Tue Oct 13, 2015 9:46 am
by HighAley
Hello.
Sorry, but we couldn't reproduce the issue.
You are writeing in Stimulsoft Reports.Net forum, but there is no Mobile Designer in Stimulsoft Reports.Net product.
Could you specify which our product do you use?
Thank you.
Re: MobileDesigner preview not working
Posted: Tue Oct 13, 2015 11:23 am
by FrenkR
don't know

Ive just downloaded everything that is included inside .NET. And part of licensed .net reporter, there are also StiMobileDesigner/StiMobileViewer components. Also you have them in demo as HTML5.
Regarding this issue. If possible, I can provide TeamViewer access to have a look from your side?
Re: MobileDesigner preview not working
Posted: Tue Oct 13, 2015 2:01 pm
by HighAley
Hello.
Could you specify where did you get the distributive from?
What is the name of the file?
Thank you.
Re: MobileDesigner preview not working
Posted: Wed Oct 14, 2015 6:17 pm
by FrenkR
designer components are as attached in a pictur(VS2015):

- designerComps.png (2.53 KiB) Viewed 2329 times
Customer sensitive details are sent via private mail. Anything else needed?
Re: MobileDesigner preview not working
Posted: Thu Oct 15, 2015 12:31 pm
by HighAley
Hello.
Thank you for additional information.
You use Stimulsoft Reports.Web product but wrote on Stimulsoft Reports.Net forum. We have moved your topic to appropriate forum.
We have found a bug on our side. The fix was included in our official release and it was published on our site with the same version.
Please, download major release (2015.2) from our site once more.
Thank you.
Re: MobileDesigner preview not working
Posted: Thu Oct 15, 2015 1:00 pm
by FrenkR
after playing a long time, I found out a problem. Because a page was created via code, "CalculationMode" property was not set and was not streamed to a file.
Code: Select all
<CalculationMode>Interpretation</CalculationMode>
My suggestion is to set this property in a constructor.
Re: MobileDesigner preview not working
Posted: Thu Oct 15, 2015 1:11 pm
by HighAley
Hello.
The Interpretation mode is made for cases when you have problems with Compilation.
But in Interpretation mode the code in events and some expressions don't work.
Thank you.