Back to Devexpress

RefreshFieldListService Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-services-52df9983.md

latest1.9 KB
Original Source

RefreshFieldListService Class

Enables you to specify options that affect how the Field List is refreshed.

Namespace : DevExpress.XtraReports.Web.ReportDesigner.Services

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

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public class RefreshFieldListService
vb
Public Class RefreshFieldListService

Remarks

Create a descendant of the RefreshFieldListService class and override the MaxNestingLevelUpdate property. It specifies the maximum nesting level of field list nodes whose data are queried when the Field List refreshes.

The code snippets below demonstrate how to use this service to minimize the amount of data requested to refresh the Field List.

  1. Implement a derived class and override its methods.

  2. Register the class implemented in the previous step as a custom service at the application’s startup.

Inheritance

Object RefreshFieldListService

See Also

RefreshFieldListService Members

DevExpress.XtraReports.Web.ReportDesigner.Services Namespace