Skip to main content
All docs
V18.2

CachedReportSourceBase.RemoveAtPage(Int32) Method

OBSOLETE

Use the ModifyDocument method instead

For internal use.

Namespace: DevExpress.XtraPrinting.Caching

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

Declaration

[Obsolete("Use the ModifyDocument method instead")]
public void RemoveAtPage(
    int index
)

Parameters

Name Type
index Int32
See Also