IDocumentModifier Interface
When implemented in a class, helps you access, add and remove document pages.
Namespace: DevExpress.XtraReports
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Remarks
The XtraReport, CachedReportSource and CachedReportSourceWeb classes provide the CachedReportSourceBase.ModifyDocument method that takes a delegate method as a parameter. The delegate method’s parameter is an IDocumentModifier object. Use this object’s members to modify the report document’s page set.
See Also