DataPA Enterprise Dashboard Controls API Reference
Applies the current expression to the column in the dataset

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

Syntax

C#
public bool Apply()
Visual Basic
Public Function Apply As Boolean
Visual C++
public:
virtual bool Apply() sealed

Return Value

Type: Boolean
True if the current expression is applied to the column in the dataset

Remarks