Skip to main content

LinkBase.CreateDocument(PrintingSystemBase) Method

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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