ProvideListLabelContext.Initializing is false during initial loading of the layout browser

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

Hello Philip, we are currently taking a closer look at this behaviour. We will update the thread when we have more information.

Thank you for your patience.

1 Like

We have made adjustments to the behavior, which are available via the “Latest Prerelease Service Pack”.

Some brief test feedback would be very much appreciated.
Thank you very much.

Hello

I have checked the latest package and now the Initializing is true for GetAvailableLanguages and the DataSource is not loaded. Its faster also now with no DataSource loading! Thanks for the quick fix and reply :slight_smile: .

Regards

Philip

1 Like