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

IReport Methods

For internal use. Provides the basic functionality for the XtraReport class.
Name Description
ApplyPageSettings(XtraPageSettingsBase) For internal use.
CollectParameters(IList<Parameter>, Predicate<Parameter>) For internal use.
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.
InitializeDocumentCreation() For internal use.
RaiseParametersRequestBeforeShow(IList<ParameterInfo>) For internal use.
RaiseParametersRequestSubmit(IList<ParameterInfo>, Boolean) For internal use.
RaiseParametersRequestValueChanged(IList<ParameterInfo>, ParameterInfo) For internal use.
ReleasePrintingSystem() For internal use.
StopPageBuilding() If implemented by a class, interrupts the process of document creation.
UpdatePageSettings(XtraPageSettingsBase, String) For internal use.
See Also