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

PrintableComponentLink.CreateDocument(PrintingSystem) Method

Creates a document using the specified Printing System, so the document can be displayed or printed.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public virtual void CreateDocument(
    PrintingSystem ps
)

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