Add a sample application or option demonstrating LLCP compatibility mode

Idea / Feature Request:

It would be very helpful if one of the shipped List & Label sample applications included an easy way to test the LLCP compatibility mode.

Currently, the compatibility mode can be enabled manually in .NET by calling:

listLabel.RestrictDesignerToCrossPlatformCompatibleFeatures(true);

However, many developers use the installed sample applications for quick checks, reproduction tests, or to compare behavior against their own application. In such cases, it would be much more convenient if there was already a ready-to-use sample or a simple switch in an existing sample application.

Suggested implementation:

Please consider adding one of the following:

  1. A dedicated “LLCP Compatibility Mode” sample application.

  2. A checkbox or menu option in the existing sample application to enable/disable:

RestrictDesignerToCrossPlatformCompatibleFeatures(true)

  1. A small note in the sample UI explaining that this mode restricts the classic Designer to features compatible with List & Label Cross Platform.

Why this would be useful:

This would make it much easier to quickly verify whether a report, designer feature, object type, or export behavior is compatible with LLCP. It would also help when comparing behavior between a customer application and the official List & Label samples.

For support and testing scenarios, having this directly available in the installed samples would save time and reduce uncertainty, especially when investigating whether an issue is caused by the application code or by a List & Label / LLCP compatibility limitation.

Summary:

Please add a ready-to-use shipped sample or a simple UI option in an existing sample application to activate the LLCP compatibility mode.