|
In the Window painter, you can display the report (a .psr file) in a DataWindow control. To do so, assign the .psr file to the dataobject attribute of a DataWindow control:
dw_1.dataobject="sales.psr"
dw_1.dataobject = "c:\hrdata\benefits.psr"
Tip When you set the dataobject attribute to a .PSR file, you do not have to call SetTransObject and Retrieve.
|