Questions tagged [ssrs-tablix]

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

The tablix data region is a generalized layout report control that displays report data in cells that are organized into rows and columns. It is the underlying structure for lists, tables, and matrices.

References:

1388 questions
-1
votes
1 answer

How can I get correct totals in SSRS matrix?

The matrix below has column totals under the red line. The pivoted column group columns are highlighted in yellow to the right of the vertical red line. The columns in the white to the left are not pivoted. So it looks like the totals under the…
ajeh
  • 2,652
  • 2
  • 34
  • 65
-1
votes
1 answer

Overlapping table with line ssrs 208

I have to make a report with a fixed table size. It's pretty easy, just have to put a table and a line above it, but ssrs is moving the line and I think it's a problem of overlapping. I set the textboxes inside the tablix to not grow. Thats how I…
-2
votes
1 answer

In SSRS 2008, how are parameters passed down to the DatSet Query... or can they?

In SSRS 2008, how are parameters passed down to the DatSet Query... or can they? I have a simple question. I think this is pretty straight-forward. If necessary, I can include screen shots of what I mean. Here is the basic format of the report. I…
xarzu
  • 8,657
  • 40
  • 108
  • 160
-2
votes
1 answer

Compare 2-Tablix and Highlight Non-Duplicate Data

I have an SSRS report with 2-tablix and would like to compare data and highlight rows that not non-duplicates. Any suggestion is appreciated. Thanks 2-tablix for comparison
-2
votes
2 answers

SSRS Custom Code Loop

Can any one of you please explain me how the loop (For, While) loops works in here A B Apple 13 Grape 5 Orange 16 I have written this code, but it's not working here. Public Function SafeConvert(ByVal num As String) As String Dim S as…
-2
votes
1 answer

SSRS Images in 3 by 3 format in a matrix

I have a stored procedure which returns Id, FileContent and description of Images used in a project. I have a requirement to display the images in 3 by 3 format . I know we can do it in a table either vertically or horizontally but how can i get it…
ZZZZ
  • 1
-3
votes
4 answers

Totals in Matrix in SSRS

data in SSRS shows like this as below using the Matrix - Can someone please help me how to get the totals for BB-1,BB-2 ,AC-1 ,AC-2 below for all the countries.I am using the running value function between the dates Aug-2015 and Jan 2017 for…
1 2 3
92
93