Represents the type of source data the DataGridView is handling.
Namespace: P4s3WebAssembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
LOAD_REPORT | 1 | Loads a report from the database and shows its results. | |
LOAD_FILTER | 2 | Loads a filter from the database and shows the results of the target report index. | |
LOAD_DATATABLE | 3 | Loads a data table from the session and shows its results. | |
LOAD_DATASET | 4 | Loads a data set from the session and shows its resutls. | |
LOAD_SQLQUERY | 5 | Loads a query object from the session, executes it and shows its results. | |
LOAD_SQL | 6 | Loads an SQL string from the session, executes it and shows its results. | |
NONE | 7 | DOES NOT ATTEMPT TO LOAD ANYTHING |
See Also