Skip to main content
All docs
V23.2

DxDocumentViewerBase.StartBuild() Method

Starts building a report document.

Namespace: DevExpress.Blazor.Reporting

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