Enter Blank row in data band
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Enter Blank row in data band
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...
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
Hello,
You can add the additional ChildBand component and the following condition:
(Line % 5) != 0
ComponentIsEnabled property setto false.
Thank you.
You can add the additional ChildBand component and the following condition:
(Line % 5) != 0
ComponentIsEnabled property setto false.
Thank you.
- Attachments
-
- SimpleList.mrt
- (14.27 KiB) Downloaded 367 times
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Enter Blank row in data band
Thanks a lot.....
Its working for me...
Its working for me...

Re: Enter Blank row in data band
Hello,
We are always glad to help you!
We are always glad to help you!
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
How to mearge a blank column in data band
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..
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
Hello,
Please check the sample report in the attachment.
Thank you.
Please check the sample report in the attachment.
Thank you.
- Attachments
-
- SelectingColumns.mrt
- (47.02 KiB) Downloaded 295 times
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Enter Blank row in data band
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
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
Hello,
Can you please send us your report with test data which reproduce the issue for analysis.
Thank you.
Can you please send us your report with test data which reproduce the issue for analysis.
Thank you.
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Enter Blank row in data band
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...
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...
- Attachments
-
- Test.xml
- Data File
- (17.8 KiB) Downloaded 228 times
-
- TestReport.mrt
- Mrt File
- (19.49 KiB) Downloaded 250 times
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Enter Blank row in data band
Hi,
It's urgent.... Please help me out.
It's urgent.... Please help me out.