Search Results for

    Show / Hide Table of Contents

    Class GridExport

    Exports the contents of a Windows Forms DataGridView to a generated Report, producing a .rep file and a PDF that mirror the grid's visible columns, headers and cell alignment.

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

    Constructors

    View Source

    GridExport()

    Declaration
    public GridExport()

    Methods

    View Source

    Export(DataGridView, string)

    Declaration
    public static void Export(DataGridView grid, string filename)
    Parameters
    Type Name Description
    DataGridView grid
    string filename
    • View Source
    In this article
    Back to top Generated by DocFX