Enum MatrixPercent
Determines how matrix percents are calculated.
Namespace: FastReport.Matrix
Assembly: FastReport.OpenSource.dll
Syntax
public enum MatrixPercent
Fields
Name | Description |
---|---|
ColumnTotal | Calculate percent of the column total value. |
GrandTotal | Calculate percent of the grand total value. |
None | Do not calculate percent value. |
RowTotal | Calculate percent of the row total value. |