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

XtraReport.EndInit() Method

For internal use. Ends the XtraReport‘s initialization.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public void EndInit()

Remarks

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

Implements

See Also