Page Border is not visible in silverlight preview
Re: Page Border is not visible in silverlight preview
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.
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.
- Attachments
-
- PageBorderTest.rar
- (15.05 KiB) Downloaded 381 times
Re: Page Border is not visible in silverlight preview
Hello.
Yes, the master report settings is taken because the report is inserted in it. It's a normal behaviour.
Thank you.
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
Hi,
So my assumption is wrong. I have to set the page border at master report.
Thanks for your support.
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
Hello.
Good. Let us know if you will need any additional help.
Thank you.
Good. Let us know if you will need any additional help.
Thank you.
ServerCacheMode
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
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
Hello,
Please try to use the following property
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.
Please try to use the following property
Code: Select all
ServerCacheMode = StiCacheMode.Session
Also in the last build the property StiCacheMode.Page should work correctly.
Thank you.
Re: Page Border is not visible in silverlight preview
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.
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
Hello,
The next official release will be available in the end of this month.
Thank you.
The next official release will be available in the end of this month.
Thank you.