Skip to main content
A newer version of this page is available. .

WebDocumentViewerOperationLogger.BuildStarted(String, String, ReportBuildProperties) Method

Called after building a report document has started and provides information about the created document’s ID in the Web Document Viewer’s internal repository.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public virtual void BuildStarted(
    string reportId,
    string documentId,
    ReportBuildProperties buildProperties
)

Parameters

Name Type Description
reportId String

A String value, identifying the report.

documentId String

A String value, identifying the document.

buildProperties ReportBuildProperties

A ReportBuildProperties object.

See Also