0
kicks
Using Custom Assembly in Sql Server Reporting Services (SSRS).
There are times when one needs to have something that is not already available in Sql Server Reporting Services.
I too had one requirement to have custom Localization implementation for the static labels in a report.
I had to fetch Localized data based on the UserID parameter (which is MUST for every report I had as all the reports were User specific.).Let's look into details...