Hello everyone,

I would like to extract reinforcement schedule into a Report from multiple Layouts at once.
I have noticed that there is an already defined Report for such a workfolw, the "Default\Reinforcement\Reinforcement schedule - bending shapes - summary.rdlc".
Sadly, this Report only works for the openned Layout (for one single Layout).
I would like to create a Report similar to the "Default\Administartion\Layout list with documents.rdlc".

Basically, the Report should extract reinforcementschedule from ALL Layouts at once.

I have tried the following (based on the "Layout list with documents.rdlc"):
1) Select 1:
Layout_number: @446@
Layout_name: @445@
From: LAYOUT
2) Select 2:
Drawing_file_name: @425@
From: LAYOUT_DRAWINGS
3) Select 3:
Position: @767@
Pieces: @766@
From: ENGINEERING
Filter: @792@|@793@

If I define Select 1 and Select 2, the Report is generated for all Layouts correctly.

Although, if I insert into the Report the Select 3 parameters, it does not load, and I get the following error message:
"An error occured during local report processing.
An error has occured during report processing.
Cannot create a data reader for dataset 'AllplanReport'."

Seems like, you cannot use the LAYOUT_DRAWINGS and ENGINEERING sources simultaniously.

Does anybody have an idea how I could create the desired Report?

Thank you in advance,
Csaba