Skip to main content

RemoteDocument.CanPerformContinuousExport Property

Specifies whether continuous document export can be performed.

Namespace: DevExpress.ReportServer.Printing

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override bool CanPerformContinuousExport { get; }

Property Value

Type Description
Boolean

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

See Also