Click or drag to resize

ReportingProcessBaseReportType Property

Gets report type, i.e., basically the report name associated with this reporting process.

Namespace: GSF.TimeSeries.Reports
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public string ReportType { get; }
View Source

Property Value

String

Implements

IReportingProcessReportType
Remarks
This value is passed to StatHistorianReportGenerator as "reportType" parameter.
See Also