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.
Inherited Members
Namespace: Reportman.Reporting.Forms
Assembly: Reportman.Reporting.Forms.dll
Syntax
public class GridExport
Constructors
View SourceGridExport()
Declaration
public GridExport()
Methods
View SourceExport(DataGridView, string)
Declaration
public static void Export(DataGridView grid, string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| DataGridView | grid | |
| string | filename |