Using Custom Code References in Expressions
February 26, 2009
In order to compile an RDLC that uses a custom assembly, the assembly should be in the %PROGRAMFILES%\Visual Studio 8\Common7\IDE\PublicAssemblies or PrivateAssemblies folder.
To diagnose assembly loading problems, you can use the Fusion log viewer tool (fuslogvw.exe).
http://msdn.microsoft.com/en-us/library/ms155798.aspx
Custom Assembly in Reporting Services
How to use Custom Assemblies with Reports
http://jachman.wordpress.com/2007/12/19/how-to-use-custom-assemblies-with-reports/
Adding custom code to Local Reports in Visual Studio.NET 2005 (Problems & Solutions)
http://blogs.msdn.com/mosharaf/archive/2005/12/20/LocalReportCustomCode.aspx
Cmd copy custom assembly to the folder
copy “$(TargetPath)” “$(DevEnvDir)PrivateAssemblies”
copy “$(TargetPath)” “$(DevEnvDir)PublicAssemblies”