Skip to main content

Preview, Print and Export Reports

Preview a Report

To switch a report to the print preview mode, click the Preview button on the toolbar. You will see your report populated with data and broken down into pages.

Report in preview mode

note

The print preview mode provides options for printing and exporting your report.

When in the Preview mode, you can use toolbar commands to print out your report.

Print toolbar commands

Export a Report

When in the Preview mode, you can export your report to files in different formats.

Export toolbar commands

The following export formats are available:

  • CSV
  • HTML
  • Image (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF)
  • MHT
  • PDF
  • RTF
  • Text
  • XLS
  • XLSX
  • DOCX

Hide Report Controls in Documents Exported to Specific Formats

You can specify the Can Publish Options setting in the Properties grid to exclude report controls from certain export formats.

CanPublishOptions

The following image illustrates the resulting XLXS document with and without page information:

Resulting XLXS document

Export a Report to PDF with Accessible Tags (PDF/UA Compatibility)

Use the Accessible Role option to specify how report elements should be treated by screen readers in the exported PDF document:

Accessible Role property grid

Set the PDF/UA Compatibility property to PDF/UA-1 to conform the exported PDF document to PDF/UA specification. Then, export the report to PDF format.

Use this table to map report controls to accessibility structure roles in exported PDF files.

The table describes the following:

  • How each control behaves when the Accessible Role property is set to Default.
  • Roles you can assign to ensure that screen readers correctly identify the element's purpose in the exported PDF document.
tip

Decorative role means an element is treated as an artifact (outside the tag tree). Use this role only for non-informative visual elements.

Element(s)Default behavior when Accessible Role = DefaultRole you can specify
LabelNo semantic role; treated as a Div.Heading
TableNo semantic role; treated as a Div.Table
Table RowNo semantic role; treated as a Div.Table Header Row
Table CellTreated as a paragraph (P).Header Cell
Watermark (an image watermark)Treated as an artifact; excluded from the PDF logical structure.Figure
Watermark (a text watermark)Treated as an artifact; excluded from the PDF logical structure.Paragraph
Picture Box, Shape, Bar Code, Zip CodeTreated as a Figure.Decorative (Artifact)

The Accessible Description property is not in effect for artifacts.

The following image illustrates the difference between default and specified roles:

Default vs specified accessibility roles