Chapter 23. How to Create and Call a Custom Assembly from a Report

In This Chapter

• Strong-Named Custom Assemblies

• .NET Security Primer for a SSRS Administrator

• Assemblies That Require Other Than Execute Permissions

• Debugging Custom Assemblies

SSRS comes with a comprehensive set of functions that can be used within reports. However, you might need to add custom functionality that is not covered by the set of common functions or is too complicated for embedded code to handle efficiently. Second, if you, as a developer, are hard set on C# as a language of choice, a custom assembly is the way to go. A couple of examples of functionality that are better handled by a custom assembly are encryption and trend analysis.

Note

Trend plotting ...

Get Microsoft® SQL Server 2005 Reporting Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.