User Tools

Site Tools


previewqueue_report_metafile_pathnames_.htm
Navigation:  ABC Library Reference > ReportManager Class > ReportManager Properties >====== PreviewQueue (report metafile pathnames) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
PreviewQueue &PreviewQueue, PROTECTED

blk2blue.jpg

The PreviewQueue property is a reference to a structure containing the full pathnames of the report's Windows metafiles (*.WMF)–one metafile for each report page. The ReportManager object uses this property to provide an online preview of the report, and to print the report after previewing. See PREVIEW in the Language Reference for more information on report metafiles.

Implementation:

The ReportManager only uses the PreviewQueue property if the Preview property is set.

The PreviewQueue 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

See Also:     Preview

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