OLAPQuerySection object, PivotSection object, ResultsSection object, TableSection object
Enables the number of rows per exported HTML page feature in the Pivot, OLAP, Results and Table sections. The default is one hundred. Setting the value to zero (0) causes the HTML pages not to break based on a row position.
This example retrieves the value of HTMLExportBreakRowCount (Property):
var breakVal=ActiveDocument.Sections["Pivot"]. HTMLExportBreakRowCount;
This example sets the number of rows per HTML page to five hundred:
ActiveDocument.Sections["Results"].HTMLExportBreakRowCount = 500