xtrareports-devexpress-dot-blazor-dot-reporting-ae33ac0b.md
Allows you to specify Report Designer (DxWasmReportDesigner) settings.
Namespace : DevExpress.Blazor.Reporting
Assembly : DevExpress.Blazor.Reporting.v25.2.JSBasedControls.Common.dll
NuGet Package : DevExpress.Blazor.Reporting.JSBasedControls.Common
public class DxReportDesignerModelSettings :
SettingsComponent<ReportDesignerModelSettings>,
IAssignableSettingsModel
Public Class DxReportDesignerModelSettings
Inherits SettingsComponent(Of ReportDesignerModelSettings)
Implements IAssignableSettingsModel
Settings in this nested component are passed to the controller and applied to the server-side model. You should add a parameter to the controller action method and assign the passed value to the model property.
Object ComponentBase DevExpress.Blazor.Reporting.Base.SettingsComponent<ReportDesignerModelSettings> DxReportDesignerModelSettings
See Also