A string containing XSL Formatting Objects (XSL-FO) that represents the data and presentation of the DataWindow object.
DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.Data.XSLFO
Describe argument:
"DataWindow.Data.XSLFO"
Use this property to return the data and presentation of a DataWindow object in XSL-FO format. The export template associated with the DataWindow object does not affect the generated string.
The following statements return the data and presentation of the DataWindow object dw1 to the string ls_xslfo in XSL-FO format.
string ls_xslfo ls_xslfo = dw1.Object.DataWindow.Data.XSLFO