Search Results for

    Show / Hide Table of Contents

    Class PrintOutCSV

    Report preocessing driver, capable of generate csv files

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

    Methods

    ExportToArray(MetaFile, bool, int, int, int, List<List<TextFormat>>)

    Declaration
    public static List<IList<object>> ExportToArray(MetaFile nmeta, bool allpages, int frompage, int topage, int precision, List<List<PrintOutCSV.TextFormat>> formats)
    Parameters
    Type Name Description
    MetaFile nmeta
    bool allpages
    int frompage
    int topage
    int precision
    List<List<PrintOutCSV.TextFormat>> formats
    Returns
    Type Description
    List<IList<object>>

    ExportToCSV(MetaFile, bool, int, int, string, char)

    Declaration
    public static string ExportToCSV(MetaFile nmeta, bool allpages, int frompage, int topage, string separator, char delimiter)
    Parameters
    Type Name Description
    MetaFile nmeta
    bool allpages
    int frompage
    int topage
    string separator
    char delimiter
    Returns
    Type Description
    string

    ExportToCSV(MetaFile, bool, int, int, string, char, int)

    Declaration
    public static string ExportToCSV(MetaFile nmeta, bool allpages, int frompage, int topage, string separator, char delimiter, int precision)
    Parameters
    Type Name Description
    MetaFile nmeta
    bool allpages
    int frompage
    int topage
    string separator
    char delimiter
    int precision
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX