Skip to main content

SnapDocument.EndUpdateDataSource() Method

Ends the initialization of the DataSourceInfo collection.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

void EndUpdateDataSource()

Remarks

Use the SnapDocument.BeginUpdateDataSource and EndUpdateDataSource methods to update the DataSourceInfo collection.

Because modifications of all the report’s datasources are performed at once, the SnapDocument.BeginUpdateDataSource and EndUpdateDataSource methods should be called only once, enclosing these modifications.

See Also