--- Added: v2.0.0 Status: Active --- # Activiti Analytics List Component Shows a list of all available reports ## Basic Usage ```html ``` ### Properties | Name | Type | Default value | Description | | ---- | ---- | ------------- | ----------- | | layoutType | `string` | `AnalyticsReportListComponent.LAYOUT_LIST` | | | appId | `number` | | | | selectFirst | `boolean` | `false` | | ### Events | Name | Type | Description | | ---- | ---- | ----------- | | reportClick | `EventEmitter` | | | success | `EventEmitter<{}>` | | | error | `EventEmitter<{}>` | |