The following tables list the members exposed by wrApiReportOptions.
Public Constructors
Public Properties
| | Name | Description |
 | DataSourceId | The Data Source ID that the active report's custom SQL object will retrieve data from. |
 | EntityName | When creating a custom SQL statement for use in the active report object, this is the name of that custom SQL object. |
 | Keys | A comma separated list of fields/columns that are the result of executing the SqlStmt Property's query representing a unique key. |
 | SqlStmt | The custom SQL to execute on the Data Source when the report is executed. |
Top
Public Methods
| | Name | Description |
 | Clear |
Clear all the values in this object
|
 | Copy |
Load a new copy of the object with the same values as here
Returns the target object [EX-9722]
|
 | CreateEntity |
Return an Entity from the specification contained in this object
|
Top
See Also