Skip to main content
All docs
V25.1
  • DxReportDesignerBase.SaveReport() Method

    Saves the currently opened report.

    Namespace: DevExpress.Blazor.Reporting

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

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

    Declaration

    public Task SaveReport()

    Returns

    Type Description
    Task

    A Task that is completed when the report is saved.

    See Also