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

ProgressReflector.CanAutocreateRange Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

public bool CanAutocreateRange { get; set; }

Property Value

Type Description
Boolean

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

See Also