GenerateReport

<< Click to display table of contents >>

GenerateReport

Generates error for ScaleRichView editor Editor.

Unit RVReportSRVGenerator;

Syntax

function GenerateReport(Editor: TSRichViewEdit;
 Generator: TRVReportGenerator; IncludeInvisibleHeaders: Boolean

 = False): Boolean;

This method calls Generator.Execute for Editor.RichViewEdit (main document) and all Editor.SubDocuments[] (headers and footers).

If IncludeInvisibleHeaders = False, only visible Editor.SubDocuments[] are processed. Headers and footers may be hidden by the following properties:

Editor.PageProperty.TitlePage

Editor.PageProperty.FacingPages

Editor.ViewProperty.HeaderVisible

Editor.ViewProperty.FooterVisible

If IncludeInvisibleHeaders = True, all Editor.SubDocuments[] are processed.