SSRS Tutorial 69 - How to Custom Color Columns in Column Chart in SSRS Report

In this video series of SSRS Tutorial, we will learn How to Change the Color of Columns/Bars to our required colors in Chart in SSRS Report.

We will learn below items in this video
  1. How to create Column Chart Report
  2. How to Write Expressions to Change the Color of Columns/Bar as per given requirement

Expressions to change the color or Column/Bar in Column Chart.


=Switch(Fields!Country.Value="USA","Blue",
Fields!Country.Value="Pakistan","Green",
Fields!Country.Value="India","Orange",
Fields!Country.Value="Germany","Tan",
Fields!Country.Value="France","Aqua")


How to Custom Color Columns in Column Chart in SSRS Report - SQL Server Reporting Services(SSRS) Tutorial


  Check out related Posts / Videos in this Chapter  

No comments:

Post a Comment