Click or drag to resize
ClientReportRun Method
Runs the specified report and saves it to the specified local path.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool ReportRun(
	string ReportName,
	string LocalPath
)

Parameters

ReportName
Type: SystemString
Name of report to run.
LocalPath
Type: SystemString
Path of the file on the local filesystem to save the report contents to.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also