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

RemoteDocument.CanPerformContinuousExport Property

Specifies whether continuous document export can be performed.

Namespace: DevExpress.ReportServer.Printing

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

Declaration

public override bool CanPerformContinuousExport { get; }

Property Value

Type Description
Boolean

true, if continuous document export can be performed; otherwise, false.

See Also