Class SectionFillOrderHelper
AI-friendly semantic fill order for repeated section printing.
Inheritance
SectionFillOrderHelper
Assembly: Reportman.Reporting.dll
Syntax
public static class SectionFillOrderHelper
Fields
View Source
AcrossThenDown
Declaration
public const string AcrossThenDown = "AcrossThenDown"
Field Value
View Source
Down
Declaration
public const string Down = "Down"
Field Value
View Source
DownThenAcross
Declaration
public const string DownThenAcross = "DownThenAcross"
Field Value
Methods
View Source
ApplyFillOrder(Section, string)
Declaration
public static void ApplyFillOrder(Section section, string fillOrder)
Parameters
View Source
GetFillOrder(Section)
Declaration
public static string GetFillOrder(Section section)
Parameters
| Type |
Name |
Description |
| Section |
section |
|
Returns
View Source
NormalizeFillOrder(string)
Declaration
public static string NormalizeFillOrder(string fillOrder)
Parameters
| Type |
Name |
Description |
| string |
fillOrder |
|
Returns
View Source
TryNormalizeFillOrder(string, out string)
Declaration
public static bool TryNormalizeFillOrder(string fillOrder, out string canonicalValue)
Parameters
| Type |
Name |
Description |
| string |
fillOrder |
|
| string |
canonicalValue |
|
Returns