Rendering issue while using subreports

Hello,
My report consists of 4-5 subrepots. I am using registered version of Aspose .net for getting the report in doc format. But there is some surprisinf problem i am facing while report export in word format. Problem is:-
Some of data in my third subrepot is getting merged with the data of my 4th subreport for example point number 3.9 is coming after 4,4 which is the part of my fourth subreport don’t know how this can be possible.
Please help me its very urgent to me.
Thanks and Regards
Pulkit Goel

Hi Pulkit,

Thanks for your inquiry. It would be great, If you please use select statement (to populate the data ) inside your RDL files and share those RDL files with us. I will investigate the issue on my side and provide you more information.

Please see the following DataSet example with select statement for your kind reference:

DataSource1 select 1 as value, ‘label1’ as label union all select 2 as value, ‘label2’ as label union all select 3 as value, ‘label3’ as label union all select 4 as value, ‘label4’ as label value System.Int32 label System.String