alignment issue in crossheaderband and crossdataband
-
- Posts: 24
- Joined: Wed Dec 04, 2013 8:52 am
alignment issue in crossheaderband and crossdataband
hi,
I want to align text of header row and crossDataBand row. but in crossDataBand I have used can grow and word wrap property to true to adjust data. but header not grow and the text moved to next to other header. I want it should behave like a row. how can I achieve it. I have attached my files for review.
thanks.
I want to align text of header row and crossDataBand row. but in crossDataBand I have used can grow and word wrap property to true to adjust data. but header not grow and the text moved to next to other header. I want it should behave like a row. how can I achieve it. I have attached my files for review.
thanks.
- Attachments
-
- QuickViewReport.rar
- (93.02 KiB) Downloaded 221 times
Re: alignment issue in crossheaderband and crossdataband
Hello,
In this case you need use the additional variables, Double Pass and additional code in reports events. In first pass we check and save the max height and in second pass set it.
Please check the modified report. We prepare the sample for one header, for other you can use a similar code.
Thank you.
In this case you need use the additional variables, Double Pass and additional code in reports events. In first pass we check and save the max height and in second pass set it.
Please check the modified report. We prepare the sample for one header, for other you can use a similar code.
Thank you.
- Attachments
-
- QuickViewReport_modified.mrt
- (39.01 KiB) Downloaded 262 times
-
- Posts: 24
- Joined: Wed Dec 04, 2013 8:52 am
Re: alignment issue in crossheaderband and crossdataband
hi,
I'm trying to adjust height of two different band as you mention above but created variable are not getting values when we assign its values in get value events property. So I'm unable to set same values. I want to align let me know why I'm not be able to align it. I have attached my file with solution.
thanks
I'm trying to adjust height of two different band as you mention above but created variable are not getting values when we assign its values in get value events property. So I'm unable to set same values. I want to align let me know why I'm not be able to align it. I have attached my file with solution.
thanks
- Attachments
-
- R&D of PrintView.rar
- (10.01 KiB) Downloaded 217 times
Re: alignment issue in crossheaderband and crossdataband
Hello.
Please, look carefully on our modified report. You should set the Number Of Pass property of the report to Double Pass.
Thank you.
Please, look carefully on our modified report. You should set the Number Of Pass property of the report to Double Pass.
Thank you.
-
- Posts: 24
- Joined: Wed Dec 04, 2013 8:52 am
Re: alignment issue in crossheaderband and crossdataband
I'm unable to find NumberOfPass property. where it is available. I'm using 2012.1.1300 version.
Re: alignment issue in crossheaderband and crossdataband
Hello,
Please try to select the "Professional" of "Standard" mode for property panel.
Thank you.
Please try to select the "Professional" of "Standard" mode for property panel.
Thank you.
- Attachments
-
- Untitled.png (20.29 KiB) Viewed 2650 times
-
- Posts: 24
- Joined: Wed Dec 04, 2013 8:52 am
Re: alignment issue in crossheaderband and crossdataband
Its worked but I have one problem. when I assign height to variable, It manipulate the whole databand and assign equal height to all cell which is not correct. it should take height only if corresponding cell height is greater. I have attached snapshot for more info. it should not take space below if there is no data.
thanks
thanks
- Attachments
-
- printView.JPG (51.89 KiB) Viewed 2646 times
Re: alignment issue in crossheaderband and crossdataband
Hello.
Our support have many difficult questions from our customers. We solve problems if it depends on our bugs. But we can't create reports for ALL our costumer, we just help to understand what the problem in.
We gave you the report template with the solution of your issue. Please, look at this report carefully and do the same in your report.
Thank you.
Our support have many difficult questions from our customers. We solve problems if it depends on our bugs. But we can't create reports for ALL our costumer, we just help to understand what the problem in.
We gave you the report template with the solution of your issue. Please, look at this report carefully and do the same in your report.
Thank you.