Page 1 of 2

Enter Blank row in data band

Posted: Mon Aug 19, 2013 1:02 pm
by nicegaurav
Hi,
Creating a report using data band and data is displaying properly. Requirement is, have to enter a blank row after 5 record. and than 6th record will display, after 10th record another blank row and so on......
I am using XML data source. Is that possible in data band.
If any condition required in this plz help me in this...

Thanks in advance...

Re: Enter Blank row in data band

Posted: Tue Aug 20, 2013 7:00 am
by Alex K.
Hello,

You can add the additional ChildBand component and the following condition:
(Line % 5) != 0
ComponentIsEnabled property setto false.

Thank you.

Re: Enter Blank row in data band

Posted: Tue Aug 20, 2013 10:35 am
by nicegaurav
Thanks a lot.....

Its working for me... :)

Re: Enter Blank row in data band

Posted: Tue Aug 20, 2013 11:17 am
by Alex K.
Hello,

We are always glad to help you!

How to mearge a blank column in data band

Posted: Tue Aug 20, 2013 11:50 am
by nicegaurav
I have seen ur solution in previous post.. and it's gr8.
Now I have another issue in data band. Let assume I have same mrt file(SimpleList.mrt) and it has five columns but conditional basis, don't want to display "Phone" column. now it is displaying data which I required but on report "Phone" column blank space will be displayed. I don't required to show this blank column space, it will consumed by two column "Address" and "ContactTitle".

Please let me know the condition which is help me out.
Thanks in advance..

Re: Enter Blank row in data band

Posted: Wed Aug 21, 2013 6:28 am
by Alex K.
Hello,

Please check the sample report in the attachment.

Thank you.

Re: Enter Blank row in data band

Posted: Wed Aug 21, 2013 10:38 am
by nicegaurav
Hi.
Thanks a lot.. for ur quick reply.
Unwanted column space consumed by another column. But it is not working for me. I have attached this mrt file with my xml data source and try to get the result but it is showing me blank space of hide column.
Please have look ..
Thanks

Re: Enter Blank row in data band

Posted: Wed Aug 21, 2013 12:16 pm
by Alex K.
Hello,

Can you please send us your report with test data which reproduce the issue for analysis.

Thank you.

Re: Enter Blank row in data band

Posted: Wed Aug 21, 2013 1:00 pm
by nicegaurav
Hi,
I am sending you the MRT File as well as XML file. Please find it.
Generate the scenario(Blank Column) want to remove the space of blank column and last column will be remain on the same position, that is good for me...

Re: Enter Blank row in data band

Posted: Thu Aug 22, 2013 9:41 am
by nicegaurav
Hi,
It's urgent.... Please help me out.