Skip to main content
All docs
V25.1
  • DxWasmDocumentViewer.DevelopmentMode Property

    Enables Development Mode for extended diagnostics.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.WebAssembly.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly

    Declaration

    [Parameter]
    public bool DevelopmentMode { get; set; }

    Property Value

    Type
    Boolean

    Remarks

    Development Mode allows you to perform the following diagnostics:

    Library Version Validation

    The DevExpress Web Reporting application relies on a server-side application to process reports. The version of the DevExpress scripts (npm packages) should match the version of the server-side libraries (NuGet packages). You can enable Development Mode to check for library version mismatch on every request to the server. If versions do not match, the warning is written to the log:

    web-application-diagnostics-debug-log-versions

    See Also