Reports Archive Widget

<ic-reports-archive> is a year-grouped archive of every published report, with a year filter and per-row Report / Webcast / Presentation quick actions. It ships in the ic-reports.js bundle. This demo uses the orexo team.

1. Year-grouped archive (default)

Every published report grouped by year, with the default UI: a pill-style year filter and per-row quick actions rendered as links. The Webcast action opens the event in an in-page popover (the ic-event.js bundle is loaded by the base layout).

<ic-reports-archive team="orexo"></ic-reports-archive>

2. Variants

Only one <ic-reports-archive> can be live per page — every instance morphs the same #ic-reports-archive-body target — so the alternatives below are shown as markup only.

Dropdown filter + icon actions — set filter-style="dropdowns" for a compact year dropdown and actions-style="icons" for icon-only quick actions (as used on the Nanoform demo):

<ic-reports-archive team="orexo" filter-style="dropdowns" actions-style="icons"></ic-reports-archive>

Localized — set locale to fi or sv (subject to the team's supported locales):

<ic-reports-archive team="orexo" locale="fi"></ic-reports-archive>

Full docs →