Click or drag to resize

IReportingProcessGenerateReport Method

Queues up a report to be generated on a separate thread.

Namespace: GSF.TimeSeries.Reports
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
void GenerateReport(
	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.
See Also