Format | Parameter | Description |
All | ChartDpi | Sets the chart resolution. For example, ChartDpi=120. |
PDF | pdfRenderOption .bidiProcessing | Enables bidirectional text support. |
pdfRenderOption .embeddedFonts | Embeds fonts in the output document. | |
pdfRenderOption .fontSubstitution | Enables font substitution for unknown fonts. | |
pdfRenderOption .hyphenation | Enables splitting words with a hyphen at line breaks. | |
PDF (continued) | pdfRenderOption .pageOverflow | Controls rendering content when the content exceeds the page size. Integer values indicate the following options: 1: clips the content 2: scales the content to fit the page 4: (default) divides the content into multiple pages 8: expands the page to fit content |
pdfRenderOption .textWrapping | Enables text wrapping. | |
RenderChartInSVG | Renders charts as vector graphics. | |
PPT/PostScript | BIDIProcessing | Enables bidirectional text support. For example, BIDIProcessing=false. |
FontSubstitution | Sets font substitution for unknown fonts. For example, FontSubstitution=false. | |
TextWrapping | Enables text wrapping. For example, TextWrapping=false. | |
XLS/XLSX | excelRenderOption .AutoFitPivotTable | Enables BIRT Viewer to automatically adjust content for display in pivot tables. |
excelRenderOption .EnableLiveFormula | Enables formulas for derived values. | |
excelRenderOption .EnablePivotTable | Enables pivot tables. | |
excelRenderOption .ExportChartsAsImages | Renders charts as images only. | |
excelRenderOption .hideGridlines | Hides grid lines. | |
excelRenderOption .multipleSheet | Enables multiple worksheet output. | |
excelRenderOption .wrappingText | Enables text wrapping. |