• API Documentation
  • i-net PDFC
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    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!

    Inheritance
    System.Object
    BridgedObject
    BasePresenter
    ReportPresenter
    ReportPDFPresenter
    Inherited Members
    BasePresenter.execute(ResultModel)
    BridgedObject.Equals(Object)
    BridgedObject.GetHashCode()
    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
    In This Article
    Back to top Copyright © 2010-2025 i-net software GmbH