ReportCreatorRevisedCreateWebreport(String, ListIHtmlReport, ListString, ListString, Boolean, ReportType) Method
Namespace: PCBI_API_Extensions.ReportsAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public void CreateWebreport(
string windowTitle,
List<IHtmlReport> htmlReports,
List<string> cssFiles,
List<string> jsFiles,
out bool wasSuccessful,
ReportType reportType = ReportType.Standard
)
Public Sub CreateWebreport (
windowTitle As String,
htmlReports As List(Of IHtmlReport),
cssFiles As List(Of String),
jsFiles As List(Of String),
<OutAttribute> ByRef wasSuccessful As Boolean,
Optional reportType As ReportType = ReportType.Standard
)
public:
void CreateWebreport(
String^ windowTitle,
List<IHtmlReport^>^ htmlReports,
List<String^>^ cssFiles,
List<String^>^ jsFiles,
[OutAttribute] bool% wasSuccessful,
ReportType reportType = ReportType::Standard
)
member CreateWebreport :
windowTitle : string *
htmlReports : List<IHtmlReport> *
cssFiles : List<string> *
jsFiles : List<string> *
wasSuccessful : bool byref *
?reportType : ReportType
(* Defaults:
let _reportType = defaultArg reportType ReportType.Standard
*)
-> unit
Parameters
- windowTitle String
-
- htmlReports ListIHtmlReport
-
- cssFiles ListString
-
- jsFiles ListString
-
- wasSuccessful Boolean
-
- reportType ReportType (Optional)
-