A very important step is to tell List & Label which data should be used for reporting. The data to be used cannot simply be selected later by the user directly via List & Label. This must have been realized via the application itself beforehand. This has decisive advantages, since, for example, the rights management of the application can be taken into account and, if necessary, any drivers for the data access itself only have to be loaded once. It is therefore important to know where and in what technical form the data to be used can be made available for reporting in the application. The List & Label databinding already provides a variety of different data providers, which can be used in the simplest way.
Hint: A detailed overview of the data providers already included can be found in the namespace DataProviders.
Tip: If no suitable data provider is available, you can also create your own data provider using the IDataProvider interface.
Of course, the data registered can be influenced or additional data from other sources can be added. Further information can be found in these examples: