DxReportViewer.SizeMode Property
Specifies the size of the Report Viewer UI elements.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.1.Viewer.dll
NuGet Package: DevExpress.Blazor.Reporting.Viewer
Declaration
Property Value
Type | Default |
---|---|
Nullable<SizeMode> | null |
Available values:
Name | Description |
---|---|
Small | Small size. |
Medium | Medium size. |
Large | Large size. |
Remarks
The following code specifies that all Report Viewer UI elements are relatively small:
<DxReportViewer @ref="reportViewer" SizeMode="SizeMode.Small"></DxReportViewer>
See Also