|
IReportingProcessGenerateReport Method
|
Queues up a report to be generated on a separate thread.
Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax void GenerateReport(
DateTime reportDate,
bool emailReport
)
void GenerateReport(
DateTime reportDate,
bool emailReport
)
abstract GenerateReport :
reportDate : DateTime *
emailReport : bool -> unit
function GenerateReport(reportDate, emailReport);
View SourceParameters
- 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