Back to Devexpress

DxReportDesignerModelSettings Class

xtrareports-devexpress-dot-blazor-dot-reporting-ae33ac0b.md

latest1.8 KB
Original Source

DxReportDesignerModelSettings Class

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

Declaration

csharp
public class DxReportDesignerModelSettings :
    SettingsComponent<ReportDesignerModelSettings>,
    IAssignableSettingsModel
vb
Public Class DxReportDesignerModelSettings
    Inherits SettingsComponent(Of ReportDesignerModelSettings)
    Implements IAssignableSettingsModel

Remarks

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.

Inheritance

Object ComponentBase DevExpress.Blazor.Reporting.Base.SettingsComponent<ReportDesignerModelSettings> DxReportDesignerModelSettings

See Also

DxReportDesignerModelSettings Members

DevExpress.Blazor.Reporting Namespace