Sql.Net Class Library Documentation

PivotTable Properties

The properties of the PivotTable class are listed below. For a complete list of PivotTable class members, see the PivotTable Members topic.

Public Instance Properties

BaseQuery Gets or sets the base query as a SelectQuery object
BaseSql Gets or sets the base query as a SQL string
Columns Gets the collection of PivotColumn objects
Function Gets or sets the function to be performed on ValueField
IsTotalColumnName Gets or sets the name of the column which indicates weather the row is a total summary row.
RowField Gets or sets the RowField name
ValueField Gets or sets the ValueField
WithIsTotal Gets or sets wheather IsTotal column should be added
WithTotal Gets or sets wheather totals should be calculated.

See Also

PivotTable Class | Reeb.Reporting Namespace