Top "Ssrs-tablix" questions

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

SSRS - Count grouped by Column AND Row in a Tablix

I have an SSRS tablix similar to this: +----------+-----------+--------+--------+ | Total | RowGroup | Group1 | Group2 | +----------+-----------+--------+--------+ | …

reporting-services ssrs-2008 ssrs-tablix ssrs-grouping
Excel Export Fail when Number of rows in the Excel sheet exceeded the limit of 65536 rows ssrs

In SSRS 2008 (I use Sql Server BIDS to create reports) how to solve "Excel Export Fail when Number of rows …

ssrs-2008 reporting-services ssrs-tablix ssrs-grouping
How can I unmerge cells in ssrs when exporting to excel to try to sort

I'm exporting an SSRS Report to Excel and when the user tried to sort it for some column. They got …

excel reporting-services ssrs-2008 ssrs-tablix
Border formatting of SSRS row group

This is my report. Above row contains a parent row group and a child row group. I have done border …

ssrs-2008 reporting-services ssrs-tablix ssrs-grouping
report builder IIF() function with multiple TRUE value

I'm encountering an issue while develloping some report on RB. I have a tablix that where the columns are the …

reporting-services ssrs-tablix reportbuilder iif
Displaying the value of a textbox in other parts of a report

In a report table there is this formula to calculate a subtotal for an invoice. This is the formula: =Sum(…

ssrs-2008 reporting-services ssrs-tablix
SSRS tablix Sorting not working on Date column

I have a SSRS report one Stock#_______Description_____Colum1_____Colum2_____Colum3 ABC__________XYZ_____________4334________4354_______454 detail part Transaction#_______Date 1__________________yyyy/MM/dd } …

sorting date reporting-services ssrs-2008 ssrs-tablix
How to add a total count column for an expression field

If I have a table (tablix) in SSRS, and one of the columns is a simple expression: =Fields!NumPorts.Value …

reporting-services ssrs-tablix ssrs-grouping
Copy and paste a table (tablix) in SSRS

I have a tablix that has data for one day, and I need to have the same data at the …

reporting-services ssrs-2008 ssrs-tablix
SSRS Repeating group headers?

I have this data DateRecived JObNumber REcCnt 20130626 1234 1 20130627 1238 11 20130628 1240 2 20130629 1242 23 I applied the group by on dateRecieved in ssrs and get the output …

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