hi,
i need to show dates calender grid/matrix in the report like
---------------------------------
jan 01 02 03 ... 31
Qty 7 2
Mar 01 02 03 ... 31
Qty 3 6
---------------------------------
so what is the best way to design that matrix consider that more rows might be required beside the Qty. i thought of doing that fully in the code-behind by formatting the matrix as html then include it in the detail section. please recommend the best flexible approach to design that?
thanks,
i need to show dates calender grid/matrix in the report like
---------------------------------
jan 01 02 03 ... 31
Qty 7 2
Mar 01 02 03 ... 31
Qty 3 6
---------------------------------
so what is the best way to design that matrix consider that more rows might be required beside the Qty. i thought of doing that fully in the code-behind by formatting the matrix as html then include it in the detail section. please recommend the best flexible approach to design that?
thanks,