In MS Access reporting, one of the abilities it has is to keep a report group together based on a column instead of a whole page.
Now, I have read over the documentation on multi column reports and the relevant forum posts as well. As I understand it so far what I am about to ask is not currently supported, but perhaps it could be in the future.
We have a popular report that is multicolumn that looks as follows:
TOTALS Store #1 Store #2
Total Units 5 10
Product1 Income $500 $1000
Product2 Income $600 $2000
Product1 Avg $132 $325
....
Essentially the first column is a header column going down the page, and then each of the next columns is a different part of the grouping called "stores".
As I have seen so far telerik reports for multicolum cannot handle this kind of grouping behavior. Is this correct or have I missed something? If it does not support this ability, are there plans to add this in the future?
Although in some ways the point is moot since according to the documentation the HTML viewer will only render one column anyway. I would definitely need it to render all the columns in the HTML viewer since our application is web based.
Thanks for your help.