By: Scott Murray | Updated: 2015-04-16 | Comments (2) | Related: > Reporting Services Formatting
Problem / Solution
SSRS allows us to add embedded customized code to a report in order to perform functions that may not be available or easily implemented in SSRS. The code which is embedded must be Visual Basic and allows for code reuse which in turn may simplify report updates. Furthermore the code function can accept and return various variables / strings, however when passing a parameter collection it is read only.
Be sure to read my full MSSQLTips.com tip on Embedding Code in SSRS Reports at: https://www.mssqltips.com/sqlservertip/3199/sql-server-reporting-services-embedding-net-code-for-report-formatting-and-error-handling/
Key Learning Items
The video covers how to:
- Using Code Reference in SSRS for Formatting
- Using Code Reference in SSRS for Divide By Zero
Read Companion Tips
About the author
This author pledges the content of this article is based on professional experience and not AI generated.
View all my tips
Article Last Updated: 2015-04-16