how to use .dll in ssrs Report?

Hi All,

I have a .dll that change Georgia Date to Jalali Date. It’s work OK in AX 2012 R2. I want to use it in ssrs Report. So add it in Report Properties/Reference, From:

C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\bin

but when use it as a expression it doesn’t work. the error is “invalid identifier”

so kindly help me!

you can find this subject here:

http://msdn.microsoft.com/EN-US/library/gg889216.aspx

Your other thread is about a display method in X++ (executed by AOS), but here you’re deploying a DLL to the report server as if you wanted to use it in a data method.

Are you really doing two different things or is it just confusion on your side?

I change my solution and instead of deploying dll to the AOT, use my dll in data method in ssrs report directly.