DataGridViewMode EnumerationA Sandcastle Documented Class Library
Represents the type of source data the DataGridView is handling.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum DataGridViewMode
Members

  Member nameValueDescription
LOAD_REPORT1 Loads a report from the database and shows its results.
LOAD_FILTER2 Loads a filter from the database and shows the results of the target report index.
LOAD_DATATABLE3 Loads a data table from the session and shows its results.
LOAD_DATASET4 Loads a data set from the session and shows its resutls.
LOAD_SQLQUERY5 Loads a query object from the session, executes it and shows its results.
LOAD_SQL6 Loads an SQL string from the session, executes it and shows its results.
NONE7 DOES NOT ATTEMPT TO LOAD ANYTHING
See Also