Top "Ssrs-tablix" questions

A SQL Server Reporting Services (SSRS) Tablix Data Region is a control to create lists, tables, and matrices.

Tablix: Repeat header rows on each page not working - Report Builder 3.0

I have a tablix with lots of rows that span over multiple pages. I have set the Tablix property Repeat …

sql-server reporting-services ssrs-tablix reportbuilder3.0
SSRS How to repeat the table header on each page in print preview

I have an SSRS report, for some reason the header is not repeating on all of the pages in the …

reporting-services ssrs-2008 ssrs-tablix
How to check if SSRS Textbox is empty

How do you check if a textbox is empty in SSRS 2008? I've tried this code and it doesn't work. IIF(…

ssrs-2008 reporting-services ssrs-tablix
Is there an easy way to rearrange tablix columns in SSRS design mode?

I have an SSRS report which contains more than 20 columns in a tablix. Our users have decided that the data …

ssrs-2008 reporting-services ssrs-tablix
SSRS Dataset Field Refresh not updating for Tablix

I have updated the SP for the attached dataset that the tablix is using. The refresh worked fine and I …

reporting-services ssrs-2008 ssrs-tablix
SSRS Expression Divide by Zero Error

I have a tablix box that has a division expression. When dividing by zero or nulls I get #Error displayed …

reporting-services ssrs-tablix ssrs-expression
SSRS - Changing tab name when exporting to excel

I have tabbed my report in SSRS 2012 by having my page breaks based upon grouping classname and it works great. …

reporting-services ssrs-2012 ssrs-tablix ssrs-grouping
Freezing column headers while scrolling in SSRS

I have a simple table in ssrs with a single header row and no grouping. I want to freeze the …

reporting-services ssrs-tablix
Is it possible to create a row that spans all columns of a Matrix in SSRS 2008?

Is it possible to have add a row to an SSRS 2008 Matrix that spans all of the matrix's columns? This …

ssrs-2008 reporting-services ssrs-grouping ssrs-tablix
How to hide parameter based on another parameter value in SSRS

Hi I have 2 parameters param1 and param2. param1 has values true and false.my requirement is if i select true …

reporting-services ssrs-2008 ssrs-2008-r2 ssrs-tablix ssrs-grouping