Search Results for

    Show / Hide Table of Contents

    Class SectionFillOrderHelper

    AI-friendly semantic fill order for repeated section printing.

    Inheritance
    object
    SectionFillOrderHelper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public static class SectionFillOrderHelper

    Fields

    View Source

    AcrossThenDown

    Declaration
    public const string AcrossThenDown = "AcrossThenDown"
    Field Value
    Type Description
    string
    View Source

    Down

    Declaration
    public const string Down = "Down"
    Field Value
    Type Description
    string
    View Source

    DownThenAcross

    Declaration
    public const string DownThenAcross = "DownThenAcross"
    Field Value
    Type Description
    string

    Methods

    View Source

    ApplyFillOrder(Section, string)

    Declaration
    public static void ApplyFillOrder(Section section, string fillOrder)
    Parameters
    Type Name Description
    Section section
    string fillOrder
    View Source

    GetFillOrder(Section)

    Declaration
    public static string GetFillOrder(Section section)
    Parameters
    Type Name Description
    Section section
    Returns
    Type Description
    string
    View Source

    NormalizeFillOrder(string)

    Declaration
    public static string NormalizeFillOrder(string fillOrder)
    Parameters
    Type Name Description
    string fillOrder
    Returns
    Type Description
    string
    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
    Type Description
    bool
    • View Source
    In this article
    Back to top Generated by DocFX