Page 1 of 3
Problem Collapse
Posted: Wed Nov 13, 2013 11:13 am
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 (169.27 KiB) Viewed 6031 times
The result is:

- screenshot2.jpg (178.39 KiB) Viewed 6031 times
I'm using StimulsoftReports.Net version 2012.2.1400.
I send you the report template related.
Thank you.
Re: Problem Collapse
Posted: Wed Nov 13, 2013 11:15 am
by Saus86
I have written an error.
...
Below i attach the image with this effect:
-Click on last databand (LIVELLO H).
....
Re: Problem Collapse
Posted: Wed Nov 13, 2013 11:25 am
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.
Re: Problem Collapse
Posted: Thu Nov 14, 2013 5:48 am
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.
Re: Problem Collapse
Posted: Mon Dec 02, 2013 8:27 am
by Saus86
I have tried the last prerelease build but the problem remains.
Above i have attached a report for test this problem.
Re: Problem Collapse
Posted: Tue Dec 03, 2013 7:37 am
by Alex K.
Hello,
Can you please send us a test data for your report.
Thank you.
Re: Problem using Collapse with Hierarchical Band
Posted: Wed Apr 01, 2015 6:00 pm
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
Re: Problem Collapse
Posted: Thu Apr 02, 2015 5:29 am
by Alex K.
Hello,
Please send us your report with test data which reproduce the issue for analysis.
Thank you.
Re: Problem Collapse
Posted: Thu Apr 02, 2015 7:15 am
by Saus86
Here it is.
Re: Problem Collapse
Posted: Thu Apr 02, 2015 12:17 pm
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.