BY TOPIC▼
SQL SERVER BLOGS▼
SSRS BLOGS▼
BLOGS BY AUTHOR▼
BLOGS BY YEAR▼
Blogs from Wise Owl on Custom code in SSRS
Showing blogs 1-3 (out of 3)
Two ways to create alternating colours in SSRS
Posted by Andy Brown on 03 August 2012
A common requirement for Reporting Services reports is to colour alternate rows. This blog gives two approaches, one of which uses custom assemblies.
SSRS custom assemblies using C# or VB
Posted by Andy Brown on 03 August 2012
Reporting Services allows you to write functions in C# or Visual Basic, then reference these as custom assemblies. This blog shows how - and why - you might do this.
How to embed and call VB functions within a Reporting Services report
Posted by Andy Brown on 13 July 2012
SQL Server Reporting Services allows you to write (and use) custom functions written in Visual Basic within a report. This blog considers the pros and cons, and shows how to do this.