Page 3 of 3
Re: Page Border is not visible in silverlight preview
Posted: Tue Dec 11, 2012 6:22 am
by sabahat
Hi,
Everything is fine when there is only one report. This issue occurs only when I have a master report.It seems that the settings at master report takes precedence.
I assumed that if I set a value in inherited report, it would override the value at master report.Is my assumption right?
In this case it seems that the default border settings at master report takes precedence over values set for page border at inherited report.
I've attached a sample to this post.
Thanks.
Re: Page Border is not visible in silverlight preview
Posted: Wed Dec 12, 2012 6:55 am
by HighAley
Hello.
Yes, the master report settings is taken because the report is inserted in it. It's a normal behaviour.
Thank you.
Re: Page Border is not visible in silverlight preview
Posted: Wed Dec 12, 2012 11:09 am
by sabahat
Hi,
So my assumption is wrong. I have to set the page border at master report.
Thanks for your support.
Re: Page Border is not visible in silverlight preview
Posted: Thu Dec 13, 2012 6:41 am
by HighAley
Hello.
Good. Let us know if you will need any additional help.
Thank you.
ServerCacheMode
Posted: Fri Mar 08, 2013 9:25 pm
by alulko
Hi we've ran into the issue with multiple users viewing reports at the same time in different browser sessions.
For example user A loads a report "a" into the viewer then user B loads a different report "b" into the viewer on a different PC. Now user A goes to the next page of report "a" and sees a page from report "b" (from user B). Both users logged into our system using the same ASP.NET User although that should not make a difference I don't think. We pass correct report IDs.
I've noticed in StiMvcViewer source code that StiCacheMode.Page is set to a default value. When I change the flag to StiCacheMode.None in the viewer on page the sharing of report data is gone. Is there a problem with caching in StiMvcViewer that we need to be concerned about? Or are we not using the viewer correctly. Thanks Alan
Re: Page Border is not visible in silverlight preview
Posted: Mon Mar 11, 2013 7:07 am
by Alex K.
Hello,
Please try to use the following property
Code: Select all
ServerCacheMode = StiCacheMode.Session
Also please check the last prerelease build, we made some improvements in this direction.
Also in the last build the property StiCacheMode.Page should work correctly.
Thank you.
Re: Page Border is not visible in silverlight preview
Posted: Mon Mar 11, 2013 1:55 pm
by alulko
Thanks for the reply Aleksey,
when do you expect to release the latest code? We have your source code and need to get the latest version before we can use the pre-release build. Thank you.
Re: Page Border is not visible in silverlight preview
Posted: Mon Mar 11, 2013 1:58 pm
by Alex K.
Hello,
The next official release will be available in the end of this month.
Thank you.