This sample project demonstrates how to create Flunet Datasets and utilize them when generating a document.
Datasets are analogous to SQL views. They help simplify queries by only exposing a subset of the datasource and can then be treated as their own datasource. This is especially helpful in the Fluent Designer when designing a template. This sample shows that this can also be achieved through the .NET engine by creating a variety of Datasets that are used to generate output.
Use the following steps to build and run the project.
- Open the .sln file of the sample project you would like to run
- Open the App.config file and insert your license key in the "license" property
- If you don't have a license key, leave it blank and output will generate with a watermark
- In the "Build" dropdown, select "Rebuild Solution"
- Once the build has finished successfully click "Start"
More information about Fluent's Datasets can be discovered here in our documentation.