LinkBase.CreateDocument(PrintingSystemBase) Method
Creates a document from the link using the specified Printing System.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
ps | PrintingSystemBase | A PrintingSystemBase class instance, specifying the printing system of the link. |
Remarks
This method generates a report document which can be viewed, exported or printed by a PrintingSystemBase.
See Also