magm710912
magm710912
About
- Username
- magm710912
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
AlexTZ wrote: » Hello, HashTable is not supported. You need to convert it to List<...> (somehow), then register the list. Thanks, I test this
-
AlexTZ wrote: » I'm afraid this will not work with the "report as a class". You still may use this approach with the report stored as .frx file: Report report = new Report(); report.Load(frxfile); report.RegisterData(items, "items"); report.Ge…