How to remove blank row space dynamicaly in the report
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
How to remove blank row space dynamicaly in the report
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.
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
Hello,
Please send us your report with test data for analysis.
Thank you.
Please send us your report with test data for analysis.
Thank you.
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: How to remove blank row space dynamicaly in the report
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
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
- Attachments
-
- TestReport.zip
- report file with xml and xsd
- (4.99 KiB) Downloaded 359 times
Re: How to remove blank row space dynamicaly in the report
Hello,
Can you please clarify which blank row do you mean?
Thank you.
Can you please clarify which blank row do you mean?
Thank you.
- Attachments
-
- Capture.PNG (79.54 KiB) Viewed 4576 times
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: How to remove blank row space dynamicaly in the report
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
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
- Attachments
-
- TestReport.zip
- Use the new one
- (4.98 KiB) Downloaded 363 times
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: How to remove blank row space dynamicaly in the report
Attaching the Image file, when I delete the above mentioned nodes from the XML file.
Delete any other node for different result.
Delete any other node for different result.
- Attachments
-
- With Space between to lines
- TestReport1.JPG (92.13 KiB) Viewed 4572 times
Re: How to remove blank row space dynamicaly in the report
Hello,
We couldn't reproduce this bug.
Please check the last prerelease build and let us know about the result.
Thank you.
We couldn't reproduce this bug.
Please check the last prerelease build and let us know about the result.
Thank you.
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: How to remove blank row space dynamicaly in the report
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..
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
Hello,
We check the last sent report.
Thank you.
We check the last sent report.
Thank you.
- Attachments
-
- Capture.PNG (174.88 KiB) Viewed 4560 times
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: How to remove blank row space dynamicaly in the report
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
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