How can we pass additional information to "OnProvideListLabel" to select the correct data source in WebReportDesignerController?

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 :slight_smile:
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