Skip to main content
All docs
V24.1

DxDocumentViewerBase.StartBuild() Method

Starts building a report document.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v24.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