Skip to main content

XtraReport.BeginInit() Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.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.

See Also