Runs the specified report and saves it to the specified local path.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool ReportRun(
string ReportName,
string LocalPath
)
Public Function ReportRun (
ReportName As String,
LocalPath As String
) As Boolean
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:
Booleantrue if successful; otherwise,
false.
See Also