Page 1 of 2

How to remove blank row space dynamicaly in the report

Posted: Thu Jan 03, 2013 6:28 pm
by nicegaurav
Hi,

I want to remove blank row space dyamicaly on to report. Using XML data source to create the report. I am using databand and in this using crossheader band and crossdata band. Able to remove blank space in crossheader band using property "Can shirnk" to true and "shift mode" set to Increasing and decreasing. But facing problem in crossdata band. it is not shrink the blank row same as crossheader band.
Do I have to set another property for crossdata band?

Please do the needful. It's urgent.

Thanks in advance.

Re: How to remove blank row space dynamicaly in the report

Posted: Fri Jan 04, 2013 8:02 am
by Alex K.
Hello,

Please send us your report with test data for analysis.

Thank you.

Re: How to remove blank row space dynamicaly in the report

Posted: Fri Jan 04, 2013 9:54 am
by nicegaurav
Hi,
I am sending the test report for that scenario, here I had set some property for cross header band and cross data band.
Now the problem is data is overlapping and not display on proper placing.

Please find all files In attachment.

Thanks

Re: How to remove blank row space dynamicaly in the report

Posted: Fri Jan 04, 2013 11:05 am
by Alex K.
Hello,

Can you please clarify which blank row do you mean?

Thank you.

Re: How to remove blank row space dynamicaly in the report

Posted: Fri Jan 04, 2013 11:32 am
by nicegaurav
Hi,
I am sending the new zip file, please replace old files with the new one. In that case you can see the whole data on the report.

If you open the XML file and delete the below mentioned nodes -
<SandPTitle>Standard & Poor's (Financial Strength, 20 ratings)\n</SandPTitle>
<SandP>AA- (4)
</SandP>
<SandP>A (6)
</SandP>

Than it will display the exact problem, that I want to resolve.
The main concern for deleting these nodes because data is coming from db and we create XML for the report.

Thanks

Re: How to remove blank row space dynamicaly in the report

Posted: Fri Jan 04, 2013 11:40 am
by nicegaurav
Attaching the Image file, when I delete the above mentioned nodes from the XML file.

Delete any other node for different result.

Re: How to remove blank row space dynamicaly in the report

Posted: Fri Jan 04, 2013 12:58 pm
by Alex K.
Hello,

We couldn't reproduce this bug.
Please check the last prerelease build and let us know about the result.

Thank you.

Re: How to remove blank row space dynamicaly in the report

Posted: Fri Jan 04, 2013 1:05 pm
by nicegaurav
Hi
have you checked the new updated file which i had sent? In this report if there are one row missing it will show the blank space.

Please check it again... and show me the result which u are getting... Plz it's urgent..

Re: How to remove blank row space dynamicaly in the report

Posted: Sat Jan 05, 2013 6:21 am
by Alex K.
Hello,

We check the last sent report.

Thank you.

Re: How to remove blank row space dynamicaly in the report

Posted: Mon Jan 07, 2013 5:10 am
by nicegaurav
Hi,
I believe you are using the old XML file, in this file all nodes are present. If you use the new one report will display which I had sent before (Image file).

For this Please remove the below mentioned nodes in XML file which i had sent you.
<SandPTitle>Standard & Poor's (Financial Strength, 20 ratings)\n</SandPTitle>
<SandP>AA- (4)
</SandP>
<SandP>A (6)
</SandP>
If these nodes will remove from the XML, empty space will display on the report.

My question is that how can we remove the empty space in report? if there are not sandP nodes in the xml file.
Please let me know if anything required for recreate the scenario.

Thanks