Skip to main content
All docs
V25.1
  • DxDocumentViewerBase.StartBuild() Method

    Starts building a report document.

    Namespace: DevExpress.Blazor.Reporting

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

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

    Declaration

    public Task StartBuild()

    Returns

    Type Description
    Task

    A Task that is completed when the document is created.

    See Also