IncludeReports
Specifies whether the provider exposes SugarCRM reports as views.
Data Type
bool
Default Value
false
Remarks
You can query the reports like you would query the views:
SELECT * FROM [Report_Revenues per industry (2021)]
In this example, "Revenues per industry (2021)" is the name of the report.
If you experience performance issues, use the connection properties Pagesize and RowScanDepth to control how the driver queries the report metadata.