<< Click to Display Table of Contents >> RayFlow PowerShell API > 7.3 > Implementation Guide > Cmdlet Reference Get-RayFlowReport |
Gets the list of reports available in a give project.
Name |
Type |
Mandatory |
Description |
Project |
PsRayFlowProject |
Yes |
The project for which a report has to be fetched. |
ReportId |
Guid |
No |
The identifier of the required project. May not be combined with ReportName and/or All. |
ReportName |
String |
No |
The name of the required project. May not be combined with ReportId and/or All. |
All |
Switch |
No |
If set, all reports are returned. May not be combined with ReportName and/or ReportId. |
This command let does not generate reports, but rather queries for them. To save the report, pass the required report instance to Save-RayFlowReport command let.
Type |
Description |
PsRayFlowReport[] |
The report(s) matching the criteria. |