Data.XSLFO
property (DataWindow object)
Description
A string containing XSL Formatting Objects (XSL-FO) that
represents the data and presentation of the DataWindow object.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.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 2 |
string ls_xslfo ls_xslfo = dw1.Object.DataWindow.Data.XSLFO |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest