Code: Select all
designer.onSaveReport = function (event) {
var jsonStr = event.report.saveToJsonString();
console.log(jsonStr);
}
this.value is null
undefined
If I use event.report.saveToJsonInternal
I will see TypeError: this.value is null
Where is wrong? Your product are very buggy.
