Table of Contents

Class PageBreakOptions

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Encapsulates page break behavior for an owning DOM item (e.g. tables, regions or containers). Provides options to force a page break before the item and to reset the page numbering.

public class PageBreakOptions : DomItem
Inheritance
PageBreakOptions
Inherited Members

Properties

BreakBefore

Gets or sets whether to insert a hard page break before the owning item ("True" / "False").

public string BreakBefore { get; set; }

Property Value

string

ResetPageNumberOption

Gets or sets the reset page number option. 0 = do not reset, other values may instruct the engine to restart numbering (implementation-specific).

public string ResetPageNumberOption { get; set; }

Property Value

string