Community
Participate
Working Groups
Currently, the "cube" property is defined on crosstab extension only, but in future, other reportitem like chart will also use it. We need to move the property definition from crosstab extension to report item in ROM to make it generally usable for other report items. This will be consistent with the "dataset" or "reportItemRef" properties.
GUI should know the column binding is holded on which report item. The CrossTab is an ExtendedItemHandle, and it uses Cube but not Dataset, it very special, so GUI couldn't get the column binding holder which is the CrossTab and couldn't do any operation about column binding which holded by CrossTab.
Fixed. Property 'cube' is moved from x-tab to all report items.