Skip to main content

ProgressReflector.CanAutocreateRange Property

Gets or sets a value indicating whether the ProgressReflector‘s range can be auto-created.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool CanAutocreateRange { get; set; }

Property Value

Type Description
Boolean

true if a range can be auto-created; otherwise, false.

See Also