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

PaperKindList.IsRollPaper Property

Indicates whether or not the roll paper is used.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public bool IsRollPaper { get; }

Property Value

Type Description
Boolean

true, if the roll paper mode is enabled; otherwise, false.

See Also