Exago .NET API Documentation
GetExecuteSql Method
WebReports.Api.Reports Namespace > Report Class : GetExecuteSql Method
Returns all SQL statements that would be generated as a result of executing the report (there may be more than one SQL statement generated if the report uses more than one SQL data source).
Syntax
public System.string[] GetExecuteSql( 
   System.bool isShowSQL
)

Parameters

isShowSQL
See Also

Reference

Report Class
Report Members