Often when you create a SSRS report you choose to display your data in a Table, which means the rows are repeated straight down each column. For certain reports, a way to improve readability is to use a Matrix report. This pivots one of the rows into a column moves the rows into the appropriate column, sort of like a Pivot Table in Excel. Sound confusing? It is not, just look at the example below.
Continue reading SSRS – Matrix ReportTag: SSRS
SSRS Repeat Header rows across the top.
How do you freeze the header rows on a SSRS report so it looks like Excel when you freeze panes and scroll down? Read on and find how easy it is.
SSRS…How to bold part of an expression
Can you bold part of an expression in your SSRS report? YES! By using placeholders and some HTML tags you can.
Add Parameter to SSRS Report
In a previous posting, I showed you how to create a Vendor listing report using SSDT and SSRS. This was a handy report, but it showed all of the data in the tables and you could not search on specific criteria. This week I am going to show you how to create a parameterized version of the report so you can search by area code or really any part of the phone number.
Create SSRS report with a query
In a previous article I demonstrated how to create a SSRS report that runs against a SSAS Cube. This time I am going to show you how to create a report with a query that you already have created.
Parameterize a SSRS report using SSAS Data.
In a previous posting we created our first SSRS report pulling from our SSAS cube data. It ran fine, but it brought back all of the data in the database. This posting will show you how to add a parameter so only selected information is brought back. You may think of this like a WHERE clause in your SQL statements.
Continue reading Parameterize a SSRS report using SSAS Data.
Create your first SSRS report using wizard
In previous postings we have created a data warehouse, created a SSAS cube, now we are going to write a report using SQL Server Reporting Services to create a report against the cube data that we created.