Page 1 of 2
Problem in displaying data in Stimulsoft report
Posted: Fri Nov 23, 2012 12:40 pm
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.
Re: Problem in displaying data in Stimulsoft report
Posted: Fri Nov 23, 2012 12:47 pm
by HighAley
Hello.
Please, send us a report template with data to reproduce the issue.
Thank you.
Re: Problem in displaying data in Stimulsoft report
Posted: Mon Nov 26, 2012 6:33 am
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.
Re: Problem in displaying data in Stimulsoft report
Posted: Mon Nov 26, 2012 6:57 am
by HighAley
Hello.
We couldn't reproduce your issue without a sample data.
Please, send it to us.
Thank you.
Re: Problem in displaying data in Stimulsoft report
Posted: Mon Nov 26, 2012 8:45 am
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..

Re: Problem in displaying data in Stimulsoft report
Posted: Mon Nov 26, 2012 12:39 pm
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.
Thank you.
Re: Problem in displaying data in Stimulsoft report
Posted: Tue Nov 27, 2012 4:43 am
by nicegaurav
Thanks a lot ...

it is working according to my requirement...
Re: Problem in displaying data in Stimulsoft report
Posted: Tue Nov 27, 2012 7:38 am
by HighAley
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
Re: Problem in displaying data in Stimulsoft report
Posted: Tue Nov 27, 2012 9:58 am
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
Re: Problem in displaying data in Stimulsoft report
Posted: Wed Nov 28, 2012 6:06 pm
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