HTMLHorizontalPageBreakUnits (Property)

Applies To:

PivotSection object, OLAPQuerySection object

Description:

Sets the type of unit (column, pixel or none) to use for horizontal page break on a HTML page. This property is used with the BqHTMLPageBreakUnits constant group and the HTMLExportBreakColumnCount (Property).

Constants:

This property references the BqHTMLPageBreakUnits constants group, which consists of these values:

Example:

This example shows how to set the horizontal page break for columns to two hundred columns per HTML page:

ActiveDocument.Sections["OLAPQuery"].HTMLHorizontalPageBreakEnabled = true
ActiveDocument.Sections["OLAPQuery"].HTMLExportBreakColCount = 200
ActiveDocument.Sections["OLAPQuery"].HTMLHorizontalPageBreakUnits = bqHTMLPageBreakUnitsCols