This release brings expressions support to FastCube VCL. Before it was only possible to add calculated measures or totals using the script. Which was quite inconvenient for people handling reports on daily basis. So we decided to add expressions which you may know from other products of FastReports.
Please checkout our updated documentation and examples to better understand expressions and how they work.
We use range expressions for custom dimension filters and for measure highlight rules. Since this release you are able to ignore or consider the case for text comparisions in range expressions.
You can either do it in code by Range.IgnoreCase
property or in the range editor.
TfcxCustomNodePopup.ExpandAll
, TfcxCustomNodePopup.CollapseAll
, property TfcxCustomGrid.AutoExpandPopups
(true by default) which defines whether to expand/collapse all PopupWindow automatically on show.