GrapeCity / activereportsjs-demos

2 stars 0 forks source link

Discussion on #features/viewer-runtime-data-binding #20

Open AlpeshMN opened 6 months ago

AlpeshMN commented 6 months ago

Type Your Comment Here I see error especially when using this line in my project for report reivew.

report.DataSources[0].ConnectionProperties.ConnectString =
        "jsondata=" + JSON.stringify(data);

Cannot read properties of undefined (reading '0') TypeError: Cannot read properties of undefined (reading '0')

features/viewer-runtime-data-binding