The QR REPORT TO BLOB command places the report whose reference was passed in area in a BLOB (variable or field).
If you pass an invalid area number, the error -9850 will be generated.
The following statement assigns the Quick Report stored in MyArea into a BLOB Field.
QR REPORT TO BLOB(MyArea;[Table 1]Field4)