Updated the `@page` directives in `DocumentViewer.razor`, `ReportDesigner.razor`, `ReportViewer.razor`, and `TestViewer.razor` to prepend the `/example` prefix to their respective routes. This change modifies the URL paths for accessing these components to better organize or namespace the routes under the `/example` prefix. No functional or structural changes were made to the components themselves.
5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
@page "/example/documentviewer"
|
|
|
|
<DxDocumentViewer ReportName="LargeDatasetReport" CssClass="dx-blazor-reporting-container" Height="@null" Width="@null">
|
|
<DxDocumentViewerTabPanelSettings Width="340" />
|
|
</DxDocumentViewer> |