isExportReportPdfEnabled function

bool isExportReportPdfEnabled()

Implementation

bool isExportReportPdfEnabled() {
  return isFeatureEnabled(FastAppFeatures.exportReportPdf);
}