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

MarginBand Class

The base for the TopMarginBand and BottomMarginBand classes.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public abstract class MarginBand :
    Band

Remarks

This class implements the basic functionality for the TopMarginBand and BottomMarginBand classes and hides the MarginBand.PageBreak property, because it’s impossible to set a page break before or after these bands.

See Also