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

LinkBase.CreateDocument(PrintingSystemBase) Method

Creates a document from the link using the specified Printing System.

Namespace: DevExpress.XtraPrinting

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

Declaration

public virtual void CreateDocument(
    PrintingSystemBase ps
)

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