Skip to main content

IDocumentModifier Interface

In This Article

When implemented in a class, helps you access, add and remove document pages.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public interface IDocumentModifier

#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