IPluginReportMultiTypeGetHtmlReport Method

Definition

Namespace: PCBI_API_Extensions.Reports.Interfaces
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
IHtmlReport GetHtmlReport(
	GlobalReportSettings globalSettings,
	IStep step,
	ReportType type
)

Parameters

globalSettings  GlobalReportSettings
 
step  IStep
 
type  ReportType
 

Return Value

IHtmlReport

See Also