DxViewer.SinglePagePreview Property
Specifies whether to display one or multiple pages in a preview.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.Viewer.dll
NuGet Package: DevExpress.Blazor.Viewer
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
If a report contains multiple pages, the Report Viewer displays all those pages in a preview.
To preview one page at a time, set the SinglePagePreview
property to true
:
<DxReportViewer SinglePagePreview="true" >
</DxReportViewer>
See Also