Note
This documentation describes the ReportDesigner Vue component for native UI views. This component is not available in Xml templates.
ReportDesigner
Renders a report designer in a WebView, using the current ViewModel's entity type and record key to compute the designer URL.
Import
import { ReportDesigner } from '@neos/app'
Props
None. Computes the designer URL from the injected ViewModel's current record.
Usage Examples
Full-page report designer view
<ReportDesigner />
In a tab
<Tabs>
<TabItem label="Data">
<Datagrid />
</TabItem>
<TabItem label="Report Designer">
<ReportDesigner />
</TabItem>
</Tabs>
See Also
ReportViewer— renders a report viewerWebView— the underlying iframe component