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

IDocumentModifier Interface

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

Namespace: DevExpress.XtraReports

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

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