I have a problem when design a file *rdlx in ActiveReports 7. I want to merge 2 rows into 1 row like in table html.Seem,table in ActiveReports does'nt support.Please help me! Thank you
I have a problem when design a file *rdlx in ActiveReports 7. I want to merge 2 rows into 1 row like in table html.Seem,table in ActiveReports does'nt support.Please help me! Thank you
To implement cell merging in ActiveReports, you may make use of the Matrix dataregion than the Table control.
When using the Matrix Dataregion, the cells with same values are merged automatically. You may refer to the documentation for the complete implementation of the same.
Regards, Mohita