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
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: inetsoftware.Pdfc.Presenter
Assembly: inetsoftware.Pdfc.dll
Syntax
public class ReportPresenter : BasePresenter
Constructors
ReportPresenter(Boolean, Boolean, String, String, Boolean)
Create the presenter
Declaration
public ReportPresenter(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 |
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 |
---|---|
System.String |
Password
Set the pdf password (work only for pdf reports)
Declaration
public string Password { set; }
Property Value
Type | Description |
---|---|
System.String |