Problem Collapse

Stimulsoft Reports.NET discussion
Saus86
Posts: 62
Joined: Fri Mar 23, 2012 10:57 am
Location: Italy

Problem Collapse

Post by Saus86 »

Hi guys.
I have the this problem:
I have inserted some databand in my report with parameter Collapsing Enabled= True.
The effect "expande and collapse" of the details works correctly, but when i use icon "+" the report moves to the top page.

Below i attache the image with this effect:

-Click on first database (LIVELLO A).
screenshot1.jpg
screenshot1.jpg (169.27 KiB) Viewed 6038 times
The result is:
screenshot2.jpg
screenshot2.jpg (178.39 KiB) Viewed 6038 times
I'm using StimulsoftReports.Net version 2012.2.1400.

I send you the report template related.
Thank you.
Attachments
Reportcollapse.mrt
(27.42 KiB) Downloaded 479 times
Saus86
Posts: 62
Joined: Fri Mar 23, 2012 10:57 am
Location: Italy

Re: Problem Collapse

Post by Saus86 »

I have written an error.

...
Below i attach the image with this effect:

-Click on last databand (LIVELLO H).
....
Saus86
Posts: 62
Joined: Fri Mar 23, 2012 10:57 am
Location: Italy

Re: Problem Collapse

Post by Saus86 »

With the report template attached above this bug don't occurs if i set a specific % in property in preview.

With this new version of the report template, i have inserted a new first page in report and in this case te bug always occurs.
Attachments
Reportcollapse.mrt
(28.47 KiB) Downloaded 596 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem Collapse

Post by Alex K. »

Hello,

Please check the last prerelease build and let us know about the result. If the issue still present please send us a test data for your report.

Thank you.
Saus86
Posts: 62
Joined: Fri Mar 23, 2012 10:57 am
Location: Italy

Re: Problem Collapse

Post by Saus86 »

I have tried the last prerelease build but the problem remains.
Above i have attached a report for test this problem.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem Collapse

Post by Alex K. »

Hello,

Can you please send us a test data for your report.

Thank you.
Saus86
Posts: 62
Joined: Fri Mar 23, 2012 10:57 am
Location: Italy

Re: Problem using Collapse with Hierarchical Band

Post by Saus86 »

Good evening.
I have a problem using collapse with Hierarchycal Band. View screen1. (in this band i setted Collapsing Enabled:true).

If I click in the third row, the rows with numbers 5 and 6 are closed both. This is an error because the row 6 is related to row 4 and not at row 3.
In a fixed situation, clicking on row 3 must be closed only row 5.

Why do i have this bug? It could be related at some error or miss about the "Interaction" option?? What can i do?

Bye.
Andrea
Attachments
screen1.png
screen1.png (14.8 KiB) Viewed 5850 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem Collapse

Post by Alex K. »

Hello,

Please send us your report with test data which reproduce the issue for analysis.

Thank you.
Saus86
Posts: 62
Joined: Fri Mar 23, 2012 10:57 am
Location: Italy

Re: Problem Collapse

Post by Saus86 »

Here it is.
Attachments
HierTest.mrt
(73.12 KiB) Downloaded 664 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem Collapse

Post by Alex K. »

Hello,

Please send us a test data for your report.

You could send some data to XML file if you write next code in the BeforePrint event of a page:
{YourDataTableName}.DataTable.DataSet.WriteXml("e:\\data.xml");
{YourDataTableName}.DataTable.DataSet.WriteXmlSchema("e:\\data.xsd");

Thank you.
Post Reply