Using Custom Code and Assemblies in SSRS
Author:
Michael Baumann (Devjunkies.com)
In a previous article I showed you how to create a simple Report in SQL Server 2000 Reporting Services, now we are going to kick it up a notch by using Custom Code and Assemblies.
SQL Server 2000 Reporting Services is a powerful tool for Reporting and BI. It is very easy with the Report Wizard and Visual Studio.net 2003 to create a simple report.
This time I am going to show you two examples, first, we will use some custom .net Code to format a date to a representing text value, even though you can do that within Functions of RS we juse use this simple example as a Demo. In a second example we will use a Assembly to convert the IP Addresses of Messages posted in this sites forum to their Country of Origin.
More Tutorials
|