Tagged Questions
7
votes
1answer
3k views
Set Tablix row height to a specific number in SQL Server Report Builder 3.0?
I'm trying to set the row height of the detail row to a specific value, like 0.5 in. If I click on the Tablix handle for the detail row; it selects the row but the Size property does not expand for ...
3
votes
3answers
6k views
SSRS - Expression using different dataset fields
I have a report with multiple data-sets. Different fields from different data-sets are used in different locations of the report.
In one part of the report, I need to do a calculation using fields ...
0
votes
2answers
2k views
SSRS report losses formatting in Report Manager via Internet Explorer
I have a report that renders a report header on its own page and then two pages for each member that it finds. The report will render each page correctly for the report header and the first member ...
0
votes
2answers
436 views
SSRS Report: Extra space between fields when a field is null
I have a report that displays a member name in the format of: prefix, first, middle, last, suffix. The report code looks like this: [name_prefix] [name_first] [name_middle] [name_last] [name_suffix]
...