Skip to main content

IReport Interface

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

Namespace: DevExpress.XtraReports

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Remarks

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

See Also