Skip to content
Stand with Ukraine flag

Reports Schedule

Reports schedule widget

The Reports schedule widget is a dashboard-embedded panel for managing scheduled report deliveries, pre-scoped to Generate Report events so users can create, edit, and delete report schedules without an event-type selection step. Use it on reporting dashboards or self-service portals where users manage their own recurring report deliveries without accessing the Scheduler administration page.

  1. Open the dashboard in edit mode. Click Add widget in the top toolbar, or click the Add new widget icon in the center of an empty dashboard.
  2. In the widget bundle selection dialog, find and click Scheduling.
  3. Select the Reports schedule widget.
  4. Configure the appearance and click Add.

The Reports schedule widget reads directly from the scheduler service and requires no datasource. All configuration lives in four tabs: Appearance, Widget card, Actions, and Layout.

Controls which columns appear in the table, pagination behavior, available view modes, and optional custom event type definitions.

Select which additional columns are visible in the list view alongside the always-present Name column:

ColumnDescription
Created timeTimestamp when the report schedule was created
TypeThe scheduler event type (shows generateReport for all entries in the default configuration)
Created by customerThe customer who created the schedule
ScheduleThe configured timing — start time, recurrence, and timezone

Toggle Display pagination to enable paged navigation when the schedule list is longer than the page size.

When pagination is enabled:

SettingDescription
Step incrementNumber of rows added per step when the user changes the page size
Number of stepsHow many page-size options appear in the selector
Default page sizeInitial number of rows per page (default: 10)
SettingDescription
Default sort orderThe field used to sort the list on first load (default: name)
Enabled scheduler events viewsWhich view modes the widget offers: Both (list and calendar toggles visible), List View Only, or Calendar View Only
”No data to display” alternative messageA custom message shown inside the widget when there are no report schedules
Force default event typePre-selects the event type used when creating a new schedule (default: generateReport). Changing this overrides the report-scheduling focus of the widget — leave as generateReport unless you intentionally want to surface other event types

Extend the widget with additional event type forms beyond the built-in generateReport. Each custom event type appears in the type selector when creating a new schedule.

Click Add custom event type to configure a new type:

FieldDescription
Display nameHuman-readable label shown in the event type selector
Type nameInternal identifier used as the Rule Engine message type
Display originator entity selectWhen enabled, shows a field for selecting the message originator (device, asset, etc.)
Display message type selectWhen enabled, shows a field for setting the Rule Engine message type
Display message metadata tableWhen enabled, shows a key-value editor for message metadata
Configuration HTML templateAn HTML form template rendered inside the creation and edit dialog for capturing event-specific parameters

Standard card settings shared across all ThingsBoard widgets.

SettingDescription
Display widget titleToggle to show or hide the widget title bar
TitleWidget title text (default: Reports schedule)
Title TooltipOptional tooltip shown on title hover
Display title iconToggle to show an icon next to the title; configure the icon and its size
Advanced title styleJSON object for fine-grained title CSS (font size, weight, padding, etc.)
SettingDescription
Text colorDefault text color across the card
Background colorCard background fill
PaddingInner spacing between card edge and content (default: 4px)
MarginOuter spacing around the card
Border radiusCorner rounding in pixels
Drop shadowCard elevation shadow (enabled by default)
Advanced widget styleJSON object for custom CSS applied to the widget container
Widget CSSRaw CSS injected into the widget scope for full visual customization
SettingDescription
Enable fullscreenAdds a fullscreen toggle button in the widget header

The Reports schedule widget supports the Widget header button action — a custom button placed in the widget header that triggers a configured action when clicked.

SettingDescription
ResizableAllow the widget to be resized on the dashboard grid (enabled by default)
Preserve aspect ratioMaintain the width-to-height ratio when resizing
Hide widget in mobile modeHides the widget when the dashboard is displayed in mobile layout
Hide widget in desktop modeHides the widget when the dashboard is displayed in desktop layout
OrderPosition in the mobile layout stacking order
HeightFixed height in rows for mobile layout

Widget shows no schedules

CauseSolution
No report schedules have been created yetClick the + button inside the widget to create a new schedule, or add one from the Scheduler administration page.
The current user has no permission to view scheduler eventsVerify the user’s role and customer permissions in Roles.
Force default event type was changed to a non-report typeRestore the value to generateReport to show report schedules again.

Calendar view is not available

CauseSolution
Enabled scheduler events views is set to List View OnlyOpen the widget configuration → Appearance and change the setting to Both or Calendar View Only.

The creation form shows event type selection instead of opening Generate Report directly

CauseSolution
Force default event type field was cleared or changedSet Force default event type back to generateReport in the Appearance tab.