Class ReportPresenter
Generates a statistical report of the comparison which contains diagrams of the difference types and their distribution along the pages.
An active 'reporting' plugin is required to use this filter!Inherited Members
Namespace: inetsoftware.Pdfc.Presenter
Assembly: inetsoftware.Pdfc.dll
Syntax
public class ReportPresenter : BasePresenter
Constructors
ReportPresenter(bool, bool, string, string, bool)
Create the presenter
Declaration
public ReportPresenter(bool detailed, bool appendSettings, string exportFormat, string target, bool isFolder)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | detailed | set to true when additional the list of errors must be rendered |
| bool | appendSettings | true when settings must be appended |
| string | exportFormat | defines the format of the exported report. Valid values are 'pdf', 'xls', 'xlsx', 'ods' and 'rtf'. |
| string | target | the folder or file to write the results to. |
| bool | isFolder | if the target is a folder or a file |
Properties
ExportFormat
Sets the export format of the report. Valid values are 'pdf', 'xls', 'xlsx', 'ods' and 'rtf'
Declaration
public string ExportFormat { set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Set the pdf password (work only for pdf reports)
Declaration
public string Password { set; }
Property Value
| Type | Description |
|---|---|
| string |