DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Creates and returns a new CalculatedColumn object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public CalculatedColumn( CalculatedColumns Parent, string ColumnName = "", string ParentDataset = "", string Expression = "" ) |
Visual Basic |
---|
Public Sub New ( Parent As CalculatedColumns, Optional ColumnName As String = "", Optional ParentDataset As String = "", Optional Expression As String = "" ) |
Visual C++ |
---|
public: CalculatedColumn( CalculatedColumns^ Parent, String^ ColumnName = L"", String^ ParentDataset = L"", String^ Expression = L"" ) |
Parameters
- Parent
- Type: DataPAEnterpriseDashboard..::..CalculatedColumns
A CalculatedColumns object that represents the parent of this object.
- ColumnName (Optional)
- Type: System..::..String
The name of the calculated column.
- ParentDataset (Optional)
- Type: System..::..String
The name of the dataset this calculated column will be added to.
- Expression (Optional)
- Type: System..::..String
The expression used to calculate the calculated column.