Namespace Reportman.Reporting.Forms
Classes
DataGridViewPrint
Builds a Report from the contents of a Windows Forms DataGridView (including tree grids), mapping its columns, cell alignment, images, check boxes and row styling into report sections so the grid can be printed or previewed.
DataGridViewPrintOptions
Options controlling how a DataGridView is rendered to a report by DataGridViewPrint, such as paper size, orientation, selected columns, width adjustment, word wrapping, grid lines, background colors and tree lines.
DataProgress
Modal Windows Forms dialog that runs a data operation and shows record-count progress, allowing the user to cancel it.
DataShow
Datashow is the form where the sample data of a DataSet is shown
EmbeddedFileForm
Dialog for editing the metadata of a file embedded in a PDF/A document (description, file name, MIME type, creation/modification dates and AF relationship).
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.
PageSetup
Page setup form, page configuration and general options for the report
ParamsControl
Window control used by parameters form, you can use it to build a custom parameters form
ParamsForm
Report parameters form, it's used when the user click on show parameters icon on preview window. You can show the parameters window before executing a report. See example.
PrintOutReportWinForms
Report processing driver allowing report properties alteration like parameters and page setup. This is the recommended driver for Windows.Forms applications
SearchForm
This form is used by report parameters window to help user in selecting parameter values, possible if the parameter provide a lookup dataset
Delegates
DataProgressEventHandler
Callback executed by the DataProgress dialog to run the long-running data operation whose progress the dialog displays.