IncludeReports
Set this to true if you want to expose 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)]
where "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.