I can count the rows in the data set that the table consumes, but this does not return the correct value, since the data in the table is grouped.
I need to know the size of the table in order to dynamically change the chart that is displayed along the table.
CountRows is clearly not suitable, since you must be in the table area, but it is not.
Any ideas?
, : [# ] + CountRows ( "[DataSetName]" ) + CountDistinct (! [group1groupby].Value, "[DataSetName]" ) + CountDistinct (! [group2groupby].Value, "[DataSetName]" )... ..
tablix, - "= CountRows()". , , . ( Textbox10) "= ReportItems! Textbox10.Value". ( ) , , . , "Insert Row" → "Outside Group - ".
Source: https://habr.com/ru/post/1740327/More articles:Problem converting DateFormat to java? - javaHow can I force a base class function after the constructor of a derived class? - c ++Entering a table row inside a repeater element - asp.netRODBC sqlSave () and mapping column names - rAny way to add nested forms on django admin site? - pythonhow to process an array of objects in a session - arraysBest practices for developing Java EE patterns? - java-eeDynamically tune django admin columns? - pythonHow to synchronize deployed code at multiple ends of BizTalk? - biztalkODBC constantly asks for a password - sqlAll Articles