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

Link.CreateDocument(PrintingSystem) Method

Generates a report using the specified PrintingSystem.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Printing

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