Enum HighlightScanDirection
Scan direction for averate, top and other highlights where we need to choose between row/column scan
Namespace: FastReport.Olap.Slice
Assembly: FastReport.Olap.dll
Syntax
public enum HighlightScanDirection
Fields
Name | Description |
---|---|
Auto | Auto - if Measures are in columns then we scan rows and vice versa |
Columns | Scan columns |
Rows | Scan rows |