Click or drag to resize

ReportingProcessBaseGetArguments(DateTime, Boolean) Method

Gets the command line arguments for the reporting process for a given report date.

Namespace: GSF.TimeSeries.Reports
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public string GetArguments(
	DateTime reportDate,
	bool emailReport
)
View Source

Parameters

reportDate  DateTime
The date of the report to be generated.
emailReport  Boolean
Flag that determines if report should be e-mailed, if enabled.

Return Value

String

Implements

IReportingProcessGetArguments(DateTime, Boolean)
See Also