Table of Contents

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 = 1

The data column contains the column header.

Data = 3

The data column contains the data to display in the cells.

NotUsed = 0

The column is not used.

RowHeader = 2

The data column contains the row header.