Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This example database contains many tables in it. However, not all of them will be used on the project. The image below shows all the tables and highlights the ones that will be used.

Tables and Queries

On Edit > Dataset > Tables/Queriesthere is the possibility , it is possible to create internal Tables tables and Queries queries for Internal Usageinternal usage.

The Tables tables must be mapped to existing ones from the database, as can be seen explained in the previous section. The Queries queries are defined for a specific database and can (or not) may contain a predefined SQL Statement.

Tables and Query.


Project Configuration

After setting up the Tables tables and Queries queries that will be used, we must you need to configure one of the Tables tables as the DataSource of the DataGridWindow component (1).

To manipulate a DataGrid Control control in CodeBehind, the best approach is by using to use the Control Name field (2), at for the configuration dialog.

DataGrid Window configuration.


Then, you can use that given name to get control of the element and change its properties.

...

The Styles available for Sparkline are:

  • Line

DataGrid Window configuration.


  • Area

DataGrid Window configuration.


  • Bar

DataGrid Window configuration.


  • WinLoss

DataGrid Window configuration.


Note

Values are represented by bars that either grow up or go down from an invisible line

...