DataPA Enterprise Dashboard Controls API Reference
Causes the object to rebuild the Summary Data for a data grid.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public void BuildGridData(
	bool Background = true
)
Visual Basic
Public Sub BuildGridData ( 
	Optional Background As Boolean = true
)
Visual C++
public:
virtual void BuildGridData(
	bool Background = true
) sealed

Parameters

Background (Optional)
Type: System..::..Boolean
True if the work to generate the data should be conducted in a seperate background thread.

Remarks