ReportCreatorRevisedCreateWebreport(String, ListIPluginReport, ListString, ListString, Boolean, ReportType) Method

Definition

Namespace: PCBI_API_Extensions.Reports
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public void CreateWebreport(
	string windowTitle,
	List<IPluginReport> loadedReportPlugins,
	List<string> cssFiles,
	List<string> jsFiles,
	out bool wasSuccessful,
	ReportType reportType = ReportType.Standard
)

Parameters

windowTitle  String
 
loadedReportPlugins  ListIPluginReport
 
cssFiles  ListString
 
jsFiles  ListString
 
wasSuccessful  Boolean
 
reportType  ReportType  (Optional)
 

See Also