web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / The Dynamics 365 Library / Use ReportItems in SSRS report

Use ReportItems in SSRS report

Faisal Fareed Profile Picture Faisal Fareed 10,796 User Group Leader
Sommetime we require to use values from textboxes in SSRS for some calculations or data hiding and some other manipulations. Textbox or any other object on report design is an item of the report and can be accessed through ReportItems!TextBox.value

This can be used as on textbox expression =ReportItems!Amount.Value - ReportItems!Amount1.Value



This was originally posted here.

Comments

*This post is locked for comments