Report File Code Section
Note: Make sure you reference the dll in the report.
Public Function LocalizedValue(name as String, cultureName as String) as String
Try
Return myapp.MyAppFacade.GetString(name, cultureName)
Catch ex As Exception
Return ex.Message
End Try
End Function
DLL
myapp.MyAppFacade.dll
C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin
Comments