I just found the below code that first converts the JSON data to DataSet and then registers with the report.
Code: Select all
DataSet data = StiJsonToDataSetConverter.GetDataSetFromFile("//Demo.json"); Code: Select all
DataSet data = StiJsonToDataSetConverter.GetDataSetFromFile("//Demo.json");