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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public interface IReportPrintTool :
    IReportTool,
    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