0

I'm trying to make SSRS custom report header. Refereed this link:

http://sqljason.com/2013/02/custom-code-for-color-gradation-in-ssrs.html

How can I put below color as my report header. Note: I would like to display the text, date and sum of count dynamically as well.

Specially looking for color attached below as my header color: enter image description here

Do I need to write some custom code for header? How can I achieve this?

AskMe
  • 2,495
  • 8
  • 49
  • 102

1 Answers1

0

You could just create an image with the gradient in using one of many free image editors around. Then use that image in a rectangle in your header. You can then add the data as textboxes in the rectangle.

Be warned some rendered do not like overlapping objects so do a quick test and check in each of the desired output formats before you spend too much time on the report.

Alan Schofield
  • 19,839
  • 3
  • 22
  • 35