Problem in displaying data in Stimulsoft report

Stimulsoft Reports.WEB discussion
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Problem in displaying data in Stimulsoft report

Post by nicegaurav »

Hi,
Facing problem to show data on the report. Report orientation is Portrait.

the scenario is - using crossheader band (for static data) and crossData band (for dynamic data) on the pageheader band.
Using cross data band because data is flowing left to right and it is displaying on the first page of report, but when data exceed it goes to the second page but crossheader band which has static data is not displaying. Is there any property to set?

please do the needful.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problem in displaying data in Stimulsoft report

Post by HighAley »

Hello.

Please, send us a report template with data to reproduce the issue.

Thank you.
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Problem in displaying data in Stimulsoft report

Post by nicegaurav »

Hi,
I have attached the file (.mrt), please have a look on this.
The main problem is, when data exceed, on next page, data didn't display in correct format as well as the headings didn't display .
please provide me the solution.
Attachments
Compare.mrt
(76.19 KiB) Downloaded 413 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problem in displaying data in Stimulsoft report

Post by HighAley »

Hello.

We couldn't reproduce your issue without a sample data.
Please, send it to us.

Thank you.
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Problem in displaying data in Stimulsoft report

Post by nicegaurav »

Hi,

I am attaching the new test report as well as data base bkp which is used in that report.
In this only the actual problem will be displayed..

Please have a look and suggest me what to do.. :)
Attachments
TestDB.zip
(166.46 KiB) Downloaded 449 times
Test.mrt
(10.4 KiB) Downloaded 387 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problem in displaying data in Stimulsoft report

Post by HighAley »

Hello.

Please, use Cross-Group Header instead of Cross-Header and use there expression like this:
{(int)(DataSource1.Position/4)}
Where 4 is count of Cross-data that fit in one page.
Please, look at the attached report template.
Test2.mrt
(11.11 KiB) Downloaded 765 times
Thank you.
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Problem in displaying data in Stimulsoft report

Post by nicegaurav »

Thanks a lot ... :)
it is working according to my requirement...
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problem in displaying data in Stimulsoft report

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Problem in displaying data in Stimulsoft report

Post by nicegaurav »

Hi,
I have another scenario -
Adding a data source to the report, in that data source there are only one fields which return 10-15 rows.
Want to display data in a single column after that next column...so on.. on the same page(section).
Report format is the same as mentioned above in the query...

Thanks
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Problem in displaying data in Stimulsoft report

Post by nicegaurav »

elaborate the scenario-- Please do the needful.
as I say in the above post, the datasource has only one field and it return 10-15 rows but in different cases, sometimes it returns 10 rows, sometime 12 rows and sometime 15 rows. I have to display that (first) data in a single column, second data in second column and the third one in third column. All the data should be in single section because I have another data to display on the report in different sections also.
What I have to do to achive this..
Thanks
Post Reply