BaseView.CreateDocument() Method
Creates a print/export document from the View’s data.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Remarks
The CreateDocument method allows you to prepare a print/export document based on the View’s data prior to sending it to the output. See ViewPrintOptionsBase.AutoResetPrintDocument to learn more.
See Also