Skip to main content

IReport Members

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

#Properties
Show Inherited Hide Inherited

Name Description
InstantiateDocument For internal use.
PrintingSystem Provides access to a link’s printing system. Inherited from ILink.
PrintingSystemBase For internal use. Inherited from IDocumentSource.
Site Gets or sets the ISite associated with the IComponent. Inherited from IComponent.

#Methods
Show Inherited Hide Inherited

Name Description
CreateDocument() If implemented by a class, initiates report generation. Inherited from ILink.
CreateDocument(Boolean) If implemented by a class, creates a document from the link, so the document can be displayed or printed. Inherited from ILink.
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
GetService(Type) Gets the service object of the specified type. Inherited from IServiceProvider.
StopPageBuilding() If implemented by a class, interrupts the process of document creation.

#Events
Show Inherited Hide Inherited

Name Description
Disposed Represents the method that handles the Disposed event of a component. Inherited from IComponent.
See Also