Document Class
The rendered and ready-to-print report document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
[SerializationContext(typeof(PrintingSystemSerializationContext))]
public abstract class Document :
IDisposable,
IXtraSerializable,
IXtraSortableProperties,
IXtraRootSerializationObject,
ISerializationCacheProvider
Related API Members
The following members return Document objects:
Remarks
After a paginated Document is created from a link or report, you can show its preview from where it can be printed and exported.
Among its other options, Document provides the Document.Pages property, which gives access to report pages, and the Document.PageCount property, which returns the total number of pages.
In this reference, the terms report and document have the same meaning. To learn about basic terms used in the XtraPrinting Library, see Concepts.
Implements
Inheritance
Object
Document
See Also