Hello
A follow up question on this issue “OnProvideListLabel” override method is called three times when clicking on the Preview button in WebReportDesigner - combit Reporting Forum.
I am using ProvideListLabelContext.Initializing to avoid loading of the DataSource. But when layout browser is initially loaded by clicking on the “Design“ button using your Sample application(Vue), OnProvideListLabel method is called twice, once with ProvideListLabelContext.Initializing as true and once with ProvideListLabelContext.Initializing as false(From GetAvailableLanguages API). For showing the layout browser, we do not need the DataSource. Why is in this case the ProvideListLabelContext.Initializing false? Can’t we avoid setting ProvideListLabelContext.Initializing as false from GetAvailableLanguages API?
Thanks & Regards
Philip