Summary.reports#
- Summary.reports(*, filter=True, return_as='list')[source]
- Return the reports referenced by the summary object from the project. - Parameters:
- filterbool, optional
- Filter the reports to return with the user query string selection, default True. 
- return_asLiteral[“list”, “comparison”], optional
- Return reports as flat list or comparison report, default list.