Data.XSLFO DataWindow object property
Description
A string containing XSL Formatting Objects (XSL-FO) that represents
the data and presentation of the DataWindow object.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.Data.XSLFO |
Describe argument:
|
1 |
"DataWindow.Data.XSLFO" |
Usage
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.
Examples
The following statements return the data and presentation
of the DataWindow object dw1 to the string ls_xslfo in
XSL-FO format.
|
1 |
string ls_xslfo<br>ls_xslfo = dw1.Object.DataWindow.Data.XSLFO |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest