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

IReport Interface

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

Namespace: DevExpress.XtraReports

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

Declaration

public interface IReport :
    IDocumentSource,
    ILink,
    IComponent,
    IDisposable,
    IServiceProvider,
    IExtensionsProvider

The following members return IReport objects:

Library Related API Members
WinForms Controls ReportPrintTool.Report
WPF Controls ReportDesignerDocument.PreviewReport
XtraReportPreviewModel.Report

Remarks

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

See Also