How to remove blank row space dynamicaly in the report

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

How to remove blank row space dynamicaly in the report

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

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

Post by Alex K. »

Hello,

Please send us your report with test data for analysis.

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

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

Post 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
Attachments
TestReport.zip
report file with xml and xsd
(4.99 KiB) Downloaded 359 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

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

Post by Alex K. »

Hello,

Can you please clarify which blank row do you mean?

Thank you.
Attachments
Capture.PNG
Capture.PNG (79.54 KiB) Viewed 4574 times
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

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

Post 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
Attachments
TestReport.zip
Use the new one
(4.98 KiB) Downloaded 363 times
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

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

Post by nicegaurav »

Attaching the Image file, when I delete the above mentioned nodes from the XML file.

Delete any other node for different result.
Attachments
With Space between to lines
With Space between to lines
TestReport1.JPG (92.13 KiB) Viewed 4570 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

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

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

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

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

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

Post by Alex K. »

Hello,

We check the last sent report.

Thank you.
Attachments
Capture.PNG
Capture.PNG (174.88 KiB) Viewed 4558 times
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

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

Post 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
Post Reply