IncludeReports
Set this to true if you want to expose reports as views.
データ型
bool
デフォルト値
false
解説
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.