Can I preview List & Label reports in my WinForm applicaiton?

We have been developing a Desktop application in Visual C++ using MFC. There is a generate report module and we are trying List and Label Trial version for now.

Issue: Once the report is generated, we can’t preview those generated reports in WinForm. In order to preview this it directs is to List and Label desktop previewer. Like shown in the image below. What approach should I take in order to preview this report in my WinForm?

Studied resources:

  • Tutorial Portal of documentation

  • List and Label Programmer’s Manual

When working with C++, a call to LlPreviewDisplay will show the preview, if LL_OPTION_INCREMENTALPREVIEW is set to 0. However, usually it should already be displayed during creation (as the option defaults to 1). How exactly do you create the preview?