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

XtraReport.BeginInit() Method

For internal use. Starts the XtraReport‘s initialization. Initialization occurs at runtime.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void BeginInit()

Remarks

The BeginInit method is intended for internal use only and retained for backward compatibility. Use the XtraReport.BeginUpdate method instead.

Implements

See Also