PivotField.LayoutPageBreak Property

Definition

True if a page break is inserted after each field. The default value is False. Read/write Boolean.

public:
 property bool LayoutPageBreak { bool get(); void set(bool value); };
public bool LayoutPageBreak { get; set; }
Public Property LayoutPageBreak As Boolean

Property Value

Remarks

Although you can set this property for any PivotTable field, the print option appears only if the specified field is a row field other than the innermost (lowest-level) row field. For non-OLAP data sources, the value of this property doesn’t change when the field is rearranged or when it is added to or removed from the PivotTable report.

Applies to