Class ReportPDFPresenter
Generates a statistical report of the comparison which contains diagrams of the difference types and their distribution along the pages. The export format of this presenter is PDF by default.
An active 'reporting' plugin is required to use this filter!
Inherited Members
Namespace: inetsoftware.Pdfc.Presenter
Assembly: inetsoftware.Pdfc.dll
Syntax
public class ReportPDFPresenter : ReportPresenter
Constructors
ReportPDFPresenter(Boolean, Boolean, String)
Create the presenter with format PDF
Declaration
public ReportPDFPresenter(bool detailed, bool appendSettings, string rootFolder)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | detailed | set to true when additional the list of errors must be rendered |
System.Boolean | appendSettings | true when settings must be appended |
System.String | rootFolder | root folder to write the results to |
ReportPDFPresenter(Boolean, Boolean, String, Boolean)
Create the presenter with format PDF
Declaration
public ReportPDFPresenter(bool detailed, bool appendSettings, string target, bool isFolder)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | detailed | set to true when additional the list of errors must be rendered |
System.Boolean | appendSettings | true when settings must be appended |
System.String | target | the folder or file to write the results to. |
System.Boolean | isFolder | if the target is a folder or a file |
ReportPDFPresenter(Boolean, Boolean, String, String, Boolean)
Create the presenter with a custom format
Declaration
public ReportPDFPresenter(bool detailed, bool appendSettings, string exportFormat, string target, bool isFolder)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | detailed | set to true when additional the list of errors must be rendered |
System.Boolean | appendSettings | true when settings must be appended |
System.String | exportFormat | defines the format of the exported report. Valid values are 'pdf', 'xls', 'xlsx', 'ods' and 'rtf'. |
System.String | target | the folder or file to write the results to. |
System.Boolean | isFolder | if the target is a folder or a file |