I'm working on a project using C# and SQL Server, which will produce dynamic reports using Crystal Reports.
So now I'm wondering how can I create multiple sub-details section on demand depending on another details section (let's say for example, create 2 copies of details section b because it's needed in section a)...
Here's a screenshot of my report, which could help in better understanding of my query
I need to pass the number of Equipment sections depending on how much do I have from the process of selection. Also, the number of tasks is variable and determined by the equipment and the parts section number depends on tasks...
For example, a report had 2 pieces of equipment each one is linked to a different number of tasks and each task is linked to a different number of parts. So in that scenario, I have to had 2 (details a) each one includes a different number of (details b) and the same for (b) in relation to (details c).
And this will be changing depending on the report's needs.
So how can I manage to do that?
I hope I made my query clear, cause I'm immature in Crystal Reports and this is my first project experience.
Thanks in advance
