| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ReportManager Class > ReportManager Properties >====== OutputFileQueue (advanced report generation filenames) ====== | [[keepvisible keep progress window visible .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[preview printpreviewclass object .htm|{{btn_next_n.gif|Next page}}]] | | || | **OutputFileQueue** | **&OutputFileQueue, PROTECTED** | {{blk2blue.jpg|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**