A newer version of this page is available.
Switch to the current version.
ListViewLink.CreateDocument(PrintingSystem) Method
Creates a document using the specified Printing System, so the document can be displayed or printed.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v18.2.dll
Declaration
public virtual void CreateDocument(
PrintingSystem ps
)
Public Overridable Sub CreateDocument(
ps As PrintingSystem
)
Parameters
Name | Type | Description |
---|---|---|
ps | PrintingSystem | A PrintingSystem 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 PrintingSystem.
See Also
Feedback