Problem in displaying data in Stimulsoft report
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Problem in displaying data in Stimulsoft report
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.
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.
Re: Problem in displaying data in Stimulsoft report
Hello.
Please, send us a report template with data to reproduce the issue.
Thank you.
Please, send us a report template with data to reproduce the issue.
Thank you.
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Problem in displaying data in Stimulsoft report
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.
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
Re: Problem in displaying data in Stimulsoft report
Hello.
We couldn't reproduce your issue without a sample data.
Please, send it to us.
Thank you.
We couldn't reproduce your issue without a sample data.
Please, send it to us.
Thank you.
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Problem in displaying data in Stimulsoft report
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..
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
Re: Problem in displaying data in Stimulsoft report
Hello.
Please, use Cross-Group Header instead of Cross-Header and use there expression like this:
Please, look at the attached report template. Thank you.
Please, use Cross-Group Header instead of Cross-Header and use there expression like this:
Where 4 is count of Cross-data that fit in one page.{(int)(DataSource1.Position/4)}
Please, look at the attached report template. Thank you.
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Problem in displaying data in Stimulsoft report
Thanks a lot ... 
it is working according to my requirement...

it is working according to my requirement...
Re: Problem in displaying data in Stimulsoft report
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Problem in displaying data in Stimulsoft report
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
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
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Problem in displaying data in Stimulsoft report
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
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