We are using WebReportDesignerController. We want to pass additional information when we create a new project so that correct DataSource is selected in the API. How can we pass such an additional information on triggering the WebReportDesigner in javascript.
Hi !
There is as CustomData Property in the context.
You could set this with the WebReportDesignerMVCOptions
Hope this helps
HP
Since we are using ll-webreportdesigner from Vue front end, I assume we cannot use âWebReportDesignerMVCOptionsâ. But I was able to pass ClientCustomData using âcustomDataâ in l-webreportdesigner
1 Like