Problem Collapse
Problem Collapse
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). The result is: I'm using StimulsoftReports.Net version 2012.2.1400.
I send you the report template related.
Thank you.
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). The result is: 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
Re: Problem Collapse
I have written an error.
...
Below i attach the image with this effect:
-Click on last databand (LIVELLO H).
....
...
Below i attach the image with this effect:
-Click on last databand (LIVELLO H).
....
Re: Problem Collapse
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.
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
Re: Problem Collapse
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.
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
I have tried the last prerelease build but the problem remains.
Above i have attached a report for test this problem.
Above i have attached a report for test this problem.
Re: Problem Collapse
Hello,
Can you please send us a test data for your report.
Thank you.
Can you please send us a test data for your report.
Thank you.
Re: Problem using Collapse with Hierarchical Band
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
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 (14.8 KiB) Viewed 5852 times
Re: Problem Collapse
Hello,
Please send us your report with test data which reproduce the issue for analysis.
Thank you.
Please send us your report with test data which reproduce the issue for analysis.
Thank you.
Re: Problem Collapse
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.
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.