TdxCustomDashboardControl.LoadParametersFromDashboard Method
Populates the Parameters collection with dashboard parameters created using the Web Dashboard dialog in Design mode.
Declaration
procedure LoadParametersFromDashboard;
Remarks
Call the LoadParametersFromDashboard procedure to populate the Parameters collection from the current dashboard layout definition.
Note
The Parameters property provides access to a read-only collection of dashboard parameters. Subsequent LoadParametersFromDashboard procedure calls update the Parameters collection.
See Also