Monthly Archives: August 2012

SSRS: Referencing Data Contained in Other Textboxes

Did you know that the content of other textboxes can be referenced in Microsoft SQL Server Reporting Services expressions?

In the example below, the expression for Destination (the lower textbox) is set to =ReportItems!Source.Value. When report rendering occurs, Destination is populated with Source‘s content.

Continue reading