Enter Blank row in data band

Stimulsoft Reports.NET discussion
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Enter Blank row in data band

Post 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...
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Enter Blank row in data band

Post by Alex K. »

Hello,

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
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Enter Blank row in data band

Post by nicegaurav »

Thanks a lot.....

Its working for me... :)
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Enter Blank row in data band

Post by Alex K. »

Hello,

We are always glad to help you!
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

How to mearge a blank column in data band

Post 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..
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Enter Blank row in data band

Post by Alex K. »

Hello,

Please check the sample report in the attachment.

Thank you.
Attachments
SelectingColumns.mrt
(47.02 KiB) Downloaded 295 times
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Enter Blank row in data band

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Enter Blank row in data band

Post by Alex K. »

Hello,

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

Thank you.
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Enter Blank row in data band

Post 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...
Attachments
Test.xml
Data File
(17.8 KiB) Downloaded 228 times
TestReport.mrt
Mrt File
(19.49 KiB) Downloaded 250 times
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: Enter Blank row in data band

Post by nicegaurav »

Hi,
It's urgent.... Please help me out.
Post Reply