Enum CrossTabFunction
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This enum lists the functions (roles) of a column in a cross-tab report.
public enum CrossTabFunction
- Extension Methods
Fields
ColumnHeader = 1The data column contains the column header.
Data = 3The data column contains the data to display in the cells.
NotUsed = 0The column is not used.
RowHeader = 2The data column contains the row header.