Skip to main content
A newer version of this page is available.
All docs
V18.2

PaperKindData.IsRollPaper Property

Specifies whether a paper kind is supposed to be printed as a single uninterrupted page.

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v18.2.dll

Declaration

public bool IsRollPaper { get; set; }

Property Value

Type Description
Boolean

true, to provide a continuous document layout suited for roll paper printing; otherwise, false.

See Also