0
Data in SSRS Report Header
Posted by Tim on September 15, 2009 in Reporting Services, SQL Server
Here is a tip for displaying data from data-sets into the Page Header/Footer of a SSRS report. Traditional the hacky way of performing such tasks is to have a hidden text-box in the body of the report with the respective data-set field value. You can then get the value of this text-box in your page [...]
Vertical Text Rotation in SSRS Text Boxes
Posted by Tim on September 6, 2009 in Reporting Services
If you are trying to make text display/rotate vertically, try changing the text box’s writing mode to tb-rl. References: http://msdn.microsoft.com/en-us/ms189363.aspx


