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