Page Border is not visible in silverlight preview

Stimulsoft Reports.Silverlight discussion
sabahat
Posts: 83
Joined: Sat Aug 13, 2011 11:20 pm

Re: Page Border is not visible in silverlight preview

Post 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.
Attachments
PageBorderTest.rar
(15.05 KiB) Downloaded 381 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Page Border is not visible in silverlight preview

Post by HighAley »

Hello.

Yes, the master report settings is taken because the report is inserted in it. It's a normal behaviour.

Thank you.
sabahat
Posts: 83
Joined: Sat Aug 13, 2011 11:20 pm

Re: Page Border is not visible in silverlight preview

Post by sabahat »

Hi,

So my assumption is wrong. I have to set the page border at master report.

Thanks for your support.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Page Border is not visible in silverlight preview

Post by HighAley »

Hello.

Good. Let us know if you will need any additional help.

Thank you.
alulko
Posts: 5
Joined: Fri Jan 18, 2013 1:56 pm

ServerCacheMode

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Page Border is not visible in silverlight preview

Post 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.
alulko
Posts: 5
Joined: Fri Jan 18, 2013 1:56 pm

Re: Page Border is not visible in silverlight preview

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Page Border is not visible in silverlight preview

Post by Alex K. »

Hello,

The next official release will be available in the end of this month.

Thank you.
Locked