Can I assign result of expression into a variable and use it in another textbox expression? instead of repeat the expression 1 in the expression 2
as sample I want to show how many records for some condition in a column A, and show the percentage based on the total in column B
Thankssss
You can use the ReportItem class to refer to a specific item in the report:
In column B use the following expression:
=ReportItems!TextboxColumnA.Value/ReportItems!TextboxColumnATotal.Value
where TextboxColumnA would be your first column and TextboxColumnATotal would be the total for Column A.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With