How to Write Custom Code in SQL Reporting Services Using Visual Basic
October 18, 2010 0 CommentsHave you ever written a report in Reporting Services 2005? Most
people have, but to get anything worth it's salt you need to have
some pretty advanced t-sql experience or have a good background in
databases to be productive in SQL Reporting Services. For those of
you that are experienced in procedural language like C#.NET or
VB.NET but are not in t-sql this article is for you. In this post I
am going to show you a quick and dirty way to get some advanced
custom code working in your reports.
First off, you need to know what your options are before you get
started:
You can build custom assemblies in any .NET compliant language
of your choice
You can embed Visual Basic code into your report directly
This article is going to discuss the 2nd option because it easier and quicker to get your custom code ...
Subscribe