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

IReport.InstantiateDocument Property

For internal use.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.Printing.v22.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

Func<PrintingSystemBase, PrintingDocument> InstantiateDocument { get; set; }

Property Value

Type
Func<PrintingSystemBase, DevExpress.XtraPrinting.Native.PrintingDocument>
See Also