WebApiDataAppReportResponse constructor
WebApiDataAppReportResponse({
- FwStandardSqlServerFwJsonDataTable? dataTable,
- FwStandardDataFwReportLoader? dataObject,
- String? printDate,
- String? printTime,
- String? printDateTime,
- String? customReportTemplate,
- List<
FwStandardModulesAdministratorCustomReportCssCustomReportCssLoader> ? globalCssRules, - String? globalStyle,
- String? emailTemplate,
Implementation
WebApiDataAppReportResponse({
this.dataTable,
this.dataObject,
this.printDate,
this.printTime,
this.printDateTime,
this.customReportTemplate,
this.globalCssRules,
this.globalStyle,
this.emailTemplate,
});