Lesson 8: Miscellaneous options in SSRS (Tutorial)
1. Adding a new concatenated column
Below we can see a table and we want to concatenate Title with Genre to get Full Movie Title with genre.Type the expression as shown in below image. Click Ok.
NOTE: If you field is not string data type (for instance integer) you might have to use function to convert it to string.
2. Adding a new calculated column
Choose Data Set. Right Click and choose Add Calculated field.Using IIF in expression
Add a new column to the table in the report designer.Adding Alternate color to table rows
Select entire row. Go to Properties, Find Background property and click on ‘Expression...’
=IIF((RowNumber(nothing) MOD 2)=1,"Gainsboro","Transparent")
Preview
the report.
Sorting Columns in SSRS
Right click on the column header and choose Textbox Properties.Adding custom paging in SSRS
From Main Menu, select Report, and the click on Add page footer option.Related topics:
Lesson 1: CREATE A SIMPLE SSRS REPORT (TUTORIAL)
Lesson 2: CREATE A SSRS REPORT WHICH EXCEPTS INPUT PARAMETER (TUTORIAL)
Lesson 3: CREATE DRILL DOWN VIEW IN SSRS (TUTORIAL)
Lesson 4: NAVIGATING BETWEEN SSRS REPORTS (TUTORIAL)
Lesson 5: WORKING WITH SUB REPORT IN SSRS (TUTORIAL)
Lesson 6: WORKING WITH EXPRESSIONS IN SSRS (TUTORIAL)
Lesson 7: WORKING WITH GRAPHS AND INDICATOR IN SSRS (TUTORIAL)



























No comments:
Post a Comment