Master Report issue in cross tab reports

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

Master Report issue in cross tab reports

Post by sabahat »

Hi,

I'm facing an issue with cross tab reports. If I use the "StiReport.MasterReport" property to load the master report for my report, the cross tab section overlaps the page header. It just happens with cross tab, everything is fine with table reports.

I've provided you a sample to reproduce the issue.
Follow these steps:
1-Build a cross tab report using the 'StiTestWin' windows application(A sample mrt report is attached).
2-Save the report as Silvelight C# file .
3-Include the saved C# file in 'StiTestSL' silverlight project.
4-Run the 'StiTestSL.Web' web application to see the rendered report.


I've included the master report in Silverlight project as a resource. The way I get the master report is not exactly the same as the way I load it im my real world application. It is loaded it this way just for simplicity.

The Stimulsoft binaries have been deleted from the sample project to reduce the size.
I've tested it with prerelease build of '2012.2.1319.0' for Silverlight 4 .

Thanks.
Attachments
MasterReport.mrt
(5.13 KiB) Downloaded 269 times
Report.mrt
(10.62 KiB) Downloaded 304 times
StiTestWin.rar
(1.86 MiB) Downloaded 303 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Master Report issue in cross tab reports

Post by HighAley »

Hello.

The issue is solved. A patch will be available in our next prerelease build this week.

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

Re: Master Report issue in cross tab reports

Post by sabahat »

Hi,
I checked the prerelease build "SL_v4_2012.08.16" and it seems that this issue has not been resolved yet.
Thanks.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Master Report issue in cross tab reports

Post by HighAley »

Hello.

Please, try to put cross-tab on the band.

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

Re: Master Report issue in cross tab reports

Post by sabahat »

Hi,

Would you please provide me some more explanations, what do you exactly mean by 'Band'? As I know there are several kinds of bands. i.e., Data Band, Header Band, etc.

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

Re: Master Report issue in cross tab reports

Post by HighAley »

Hello.
sabahat wrote:Would you please provide me some more explanations, what do you exactly mean by 'Band'? As I know there are several kinds of bands. i.e., Data Band, Header Band, etc.
Your problem occurs because if any component (not band) is on the page, it has fixed position and doesn't move. So you should put your cross-tab for example on data band.

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

Re: Master Report issue in cross tab reports

Post by sabahat »

Hi,

Yes, it's working fine when I put it on a data band.

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

Re: Master Report issue in cross tab reports

Post by HighAley »

Hello.
sabahat wrote:Yes, it's working fine when I put it on a data band.

Thank you for your support.
We are always glad to help you.
Let us know if you need any additional help.

Thank you.
Locked