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

IReportPrintTool Interface

For internal use. Provides the basic functionality for the ReportPrintTool class.

Namespace: DevExpress.XtraReports.UI

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

Declaration

public interface IReportPrintTool :
    IDisposable

The following members return IReportPrintTool objects:

Remarks

This interface is intended for internal use only, and normally you don’t need to use it in your code.

See Also