Skip to main content

How to add C# reference to report script

Comments

2 comments

  • Permanently deleted user

    Just want to add, the reason to ask this is I need JavaScriptSerializer class to deserialize the JSON objects. thanks.

    0
  • Permanently deleted user

    I'm afraid that Report Designer still uses .NET 2.0, and this library is not available for use. If you wish to serialize JSON properly in a report's code-behind page you will have to use a third party library, such as JSON.NET (http://json.codeplex.com/) .

    0

Please sign in to leave a comment.