Posts

Showing posts from March, 2017

How to Filter Data in Report Design In Visual Studio

Image
I need to filter the report with some constant values for some columns. So how do we do it? Go to the report design in visual Studio, select the report and click Tablix properties Give the required conditions below!

Hot to Put the Header on Each Page in an SSRS Report?

Image
Here is a brief explanation of how to put on each page of an ssrs report. Once the report is designed, Click on the Header row and click Tablix Properties and check both the rows under Row Headers as shown in Picture 1. Click on the Column Groups and Click the Advanced Mode Select the Static value under the Row Groups and look at the tablix member properties on the right. Set the Properties as shown in Picture 3. Save, Build and Deploy the report. :)