Save-RayFlowReport

<< Click to Display Table of Contents >>

RayFlow PowerShell API > 7.3 > Implementation Guide > Cmdlet Reference 

Save-RayFlowReport

Description

Saves the project in to a local file.

 

Parameters

Name

Type

Mandatory

Description

Project

PsRayFlowProject

No*

The project for which a report is to be downloaded. This parameter must be used together with Report parameter.

Report

PsRayFlowReport[]

No*

The report(s) to be downloaded.

ReportName

String

No*

The name of the required report. May not be combined with Report parameter, and is required when Project is used.

Parameters

Hashtable

No

If the required reports has configurable parameters, you can configure them by passing a hashtable of proper name and value pairs.

 

Remarks

This command let can be invoked on a project (in which case both Project and ReportName are required) and on a project fetched by an earlier call to Get-RayFlowReport (in which case none of Project and/or ReportName may be provided).

 

This command let always saves to a temp directory, it is the user responsibility to move the file to a proper place.

 

Returns

Type

Description

FileInfo[]

The file(s) where the report(s) were saved.