Setting Up a Bitmap Path When Printing

<< Click to Display Table of Contents >>

 

Setting Up a Bitmap Path When Printing

To use this feature, write the following script on the OnFormat event of a PageHeader or ReportHeader Section.

Sub OnFormat
  Report.Sections("ReportHeader").Controls("Image2").Figure = _
    LoadFigure("c:\mail\test.bmp")
End Sub

Was this page useful?