Back to Devexpress

IDocumentModifier Interface

corelibraries-devexpress-dot-xtrareports-b25aa39e.md

latest1.4 KB
Original Source

IDocumentModifier Interface

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

Namespace : DevExpress.XtraReports

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IDocumentModifier
vb
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

IDocumentModifier Members

DevExpress.XtraReports Namespace