IncludeReports
Set this to true if you want to expose reports as views.
Possible Values
True, FalseData Type
string
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.
Use the connection properties Pagesize and RowScanDepth to control how the driver queries the report metadata if the default values take too long.