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

LinkBase.Activity Property

Gets the current document creation status.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[Browsable(false)]
public PrintingSystemActivity Activity { get; }

Property Value

Type Description
PrintingSystemActivity

A PrintingSystemActivity enumeration value.

Available values:

Name Description
Idle

The document creation process is idle.

Preparing

The document creation process is being prepared.

Exporting

The document is being exported.

Printing

The document is being printed.

See Also