How do you setup Izenda Reports to run on a StateServer?

Expand / Collapse
 

How do you setup Izenda Reports to run on a StateServer?


You must add "[Serializable]" before class in your CustomAdHocConfig.

Edit your global.asax file as follows.

in C#

[Serializable] public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig



Details
Type: FAQ
Options