Page 1 of 1

Dynamic cross tab report

Posted: Mon Jun 04, 2018 8:18 am
by r.bianco
Hello, we are looking for a dynamic cross tab report.
We are using the asp.net web version of reports.net and as far as we are looking it seem to not support many dynamic features.

What we need are:
  • possibility to collapse the rows/columns
  • let the user to chose the columns to Group the data on many levels
  • filters
(the last 2 ones might be done in the calling procedure)

I mean to do programmatically what is shown here for the designer https://www.stimulsoft.com/en/documenta ... ss_tab.htm

What is possible to do right now?
Will the coming dashboards help us with the pivot component?

Re: Dynamic cross tab report

Posted: Mon Jun 04, 2018 8:27 pm
by Lech Kulikowski
Hello,

> possibility to collapse the rows/columns

You can use Interactions (Collapsing) feature for DataBand, Cross-Tab components

> possibility to collapse the rows/columns

Unfortunately, directly in the report, it is not possible.

> filters

You can use Request From User Variables for dynamic filtering:
http://demo.stimulsoft.com/#Net/Paramet ... ingCountry

Thank you.