Click or drag to resize

ReportingProcessCollectionFindReportType Method

Finds the IReportingProcess for the specified reportType name.

Namespace: GSF.TimeSeries.Reports
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public IReportingProcess FindReportType(
	string reportType
)
View Source

Parameters

reportType  String
Name of the report type to find.

Return Value

IReportingProcess
The IReportingProcess for the specified reportType name, if found; otherwise, null if not found.
See Also