Back to Devexpress

IReport Interface

corelibraries-devexpress-dot-xtrareports-d0c4c033.md

latest1.8 KB
Original Source

IReport Interface

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

Namespace : DevExpress.XtraReports

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IReport :
    IDocumentSource,
    ILink,
    IComponent,
    IDisposable,
    IServiceProvider,
    IExtensionsProvider
vb
Public Interface IReport
    Inherits IDocumentSource,
             ILink,
             IComponent,
             IDisposable,
             IServiceProvider,
             IExtensionsProvider

The following members return IReport objects:

LibraryRelated API Members
WinForms ControlsReportPrintTool.Report
WPF ControlsReportDesignerDocument.PreviewReport
XtraReportPreviewModel.Report
.NET Reporting ToolsDxReportViewer.Report
ReportOpenedEventArgs.Report

Remarks

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

See Also

IReport Members

DevExpress.XtraReports Namespace