Click or drag to resize
GroupColumn Constructor (GroupColumns, DataColumn, String, String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new GroupColumn object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public GroupColumn(
	GroupColumns Parent,
	DataColumn Column,
	string Format,
	string ServerType
)

Parameters

Parent
Type: DataPAEnterpriseDashboardGroupColumns
The GroupColumns object that is the parent of this GroupColumn.
Column
Type: System.DataDataColumn
The System.Data.DataColumn from the source System.Data.DataTable that this GroupColumn is based on.
Format
Type: SystemString
The format string for this GroupColumn.
ServerType
Type: SystemString
The data type of this GroupColumn on the server.
Remarks