A script-enabled browser is required for this page to function properly.

SRW.ADD_DEFINITION built-in procedure

This procedure takes an XML report definition stored in a column or variable and adds it to the document buffer. You may need to execute SRW.ADD_DEFINITION multiple times to get your entire report definition into the buffer. Once the definition is in the buffer, you can use SRW.APPLY_DEFINITION to apply it.

Syntax

SRW.ADD_DEFINITION(:column_name | variable);

Usage notes

See also

About the Reports Builder built-in package (SRW)

SRW built-in package