Page 1 of 1
alignment issue in crossheaderband and crossdataband
Posted: Mon Dec 16, 2013 9:30 am
by shivkrsingh
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.
Re: alignment issue in crossheaderband and crossdataband
Posted: Tue Dec 17, 2013 8:22 am
by Alex K.
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.
Re: alignment issue in crossheaderband and crossdataband
Posted: Sat Dec 21, 2013 2:25 pm
by shivkrsingh
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
Re: alignment issue in crossheaderband and crossdataband
Posted: Mon Dec 23, 2013 7:12 am
by HighAley
Hello.
Please, look carefully on our modified report. You should set the Number Of Pass property of the report to Double Pass.
Thank you.
Re: alignment issue in crossheaderband and crossdataband
Posted: Mon Dec 30, 2013 5:14 am
by shivkrsingh
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
Posted: Mon Dec 30, 2013 6:48 am
by Alex K.
Hello,
Please try to select the "Professional" of "Standard" mode for property panel.
Thank you.
Re: alignment issue in crossheaderband and crossdataband
Posted: Mon Dec 30, 2013 10:40 am
by shivkrsingh
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
Re: alignment issue in crossheaderband and crossdataband
Posted: Mon Dec 30, 2013 12:59 pm
by HighAley
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.