We are looking to sum the output of an expression meaning that it does not exist as a field. Is there a way that that we can sum the content of a range of tablix cells?

We are looking to display a sum of output of <<Expr>>

In the above screen capture i am looking to have the total of <<"Expr">> displayed in the Total column.

有帮助吗?

解决方案

No. You need to provide an expression that computes the total directly. You can only reference the contents of cells (using the ReportItems collection) that have scope "higher" than the current scope. In other words, you can reference a total text box in a non-total tablix cell, but you cannot reference a non-total tablix cell in a total text box.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top