Skip to main content

IReport.InstantiateDocument Property

For internal use.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

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