CSSExport (Property)

Applies To:

PivotSection object, ResultsSection object, ReportSection object,

Description:

Exports HTML pages with a Cascading Style Sheet (CSS file). In the user interface, CSS files apply a common appearance to related HTML pages. Interactive Reporting creates CSS files by default when exporting most sections to HTML format. Sections have the same high fidelity rendition in HTML as they do in Interactive Reporting. For ease of use, Interactive Reporting enables you to embed style information in HTML files.

Action:

Read-write, Boolean

Example:

This example shows how to export a CSS file with the Report section:

ActiveDocument.Sections["Report"].CSSExport = true