Exago .NET API Documentation
ConstructSqlStmt Method
WebReports.Api.Data Namespace > SqlObject Class : ConstructSqlStmt Method
Typically used when a report is requesting the execution of SQL, and the report contains a Cartesian product.
Set to true to add line breaks and basic formatting to the returned SQL statement to make it easier to read. Defaults to false.
Construct a SQL statement that can be passed to a SQL Data Source based on the properties of this SqlObject.
Syntax
public virtual System.string ConstructSqlStmt( 
   System.bool hasCartesianData,
   System.bool prettyPrint
)

Parameters

hasCartesianData
Typically used when a report is requesting the execution of SQL, and the report contains a Cartesian product.
prettyPrint
Set to true to add line breaks and basic formatting to the returned SQL statement to make it easier to read. Defaults to false.
See Also

Reference

SqlObject Class
SqlObject Members