User Tools

Site Tools


outputfilequeue_advanced_report_generation_filenames_.htm
Navigation:  ABC Library Reference > ReportManager Class > ReportManager Properties >====== OutputFileQueue (advanced report generation filenames) ====== Previous pageReturn to chapter overviewNext page
OutputFileQueue &OutputFileQueue, PROTECTED

blk2blue.jpg

The OutputFileQueue property is a reference to a structure containing the full pathnames of the report's file advanced generation output for each report page. The ReportManager object uses this property to provide to output the report after previewing.

Implementation:

The ReportManager only uses the OutputFileQueue property if the ReportTarget property is active.

The OutputFileQueue structure is actually an EQUATE to the PrintPreviewFileQueue, and declared in EQUATES.CLW as follows:

PrintPreviewFileQueue QUEUE,TYPE

Filename               STRING(FILE:MaxFileName)

PrintPreviewImage      STRING(FILE:MaxFileName),OVER(Filename)

                     END

outputfilequeue_advanced_report_generation_filenames_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1