Follow

Loading JSON from file at runtime

Next code load data from JSON file at runtime and register it in the report:

C#
var ds = StiJsonToDataSetConverter.GetDataSetFromFile(jsonFilePath);
report.RegData(ds);

0 Comments

Please sign in to leave a comment.