Get-RayFlowReport

<< Click to Display Table of Contents >>

RayFlow PowerShell API > 7.3 > Implementation Guide > Cmdlet Reference 

Get-RayFlowReport

Description

Gets the list of reports available in a give project.

 

Parameters

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.

 

Remarks

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.

 

Returns

Type

Description

PsRayFlowReport[]

The report(s) matching the criteria.