Exago .NET API Documentation
SqlStmt Property (wrApiReportOptions)
Example 
WebReports.Api Namespace > wrApiReportOptions Class : SqlStmt Property
The custom SQL to execute on the Data Source when the report is executed.
Syntax
public System.string SqlStmt {get; set;}

Property Value

A valid SQL query for the corresponding Data Source.
Example
reportOptions.SqlStmt = "SELECT * FROM Product";
See Also

Reference

wrApiReportOptions Class
wrApiReportOptions Members