DataPA Enterprise Dashboard Controls API Reference 
        
        Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
      
    Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
| C# | 
|---|
public void AddField1( ref Field cField, ref string cLabel, ref string cWidth, ref Recordset rs )  | 
| Visual Basic | 
|---|
Public Sub AddField1 ( ByRef cField As Field, ByRef cLabel As String, ByRef cWidth As String, ByRef rs As Recordset )  | 
| Visual C++ | 
|---|
public: void AddField1( Field^% cField, String^% cLabel, String^% cWidth, Recordset^% rs )  | 
Parameters
- cField
 - Type: Field%
 
- cLabel
 - Type: System..::..String%
 
- cWidth
 - Type: System..::..String%
 
- rs
 - Type: Recordset%