Skip to main content

LinkBase.Activity Property

Gets the current document creation status.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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