Category / Section
How to Export Raw Data Only to Excel in Bold Reports
Published:
Updated:
Exporting raw data is essential when you need the underlying dataset without report layouts, styling, headers, or visuals. The ExportRawDataOnly custom property in Bold Reports (introduced in version 12.2) allows you to export only the raw dataset to an Excel workbook. This is useful when working with external tools such as Excel PivotTables, Power BI, or Python.
This article explains how to enable the feature in the report designer and export raw data efficiently.
Prerequisites
- Bold Reports Designer (standalone or web designer) version 12.2 or later
- A report file opened in the designer
- At least one data-bound item (Table, Matrix, or Dataset) in the report
Steps to enable raw data export
1. Open the report and Locate Custom Attributes
- Open the report in the Bold Reports Designer.
- In the Properties panel, expand the Miscellaneous section.
- Find Custom Attributes and click Set Attributes.
2. Add the ExportRawDataOnly property
- In the Custom Attribute dialog, click Add.
- Enter the following values:
- Property Name:
ExportRawDataOnly - Value:
true
- Property Name:
- Click OK to save the changes.
3. Preview and export the raw data
- Click Preview to run the report.
- In the toolbar, choose Export → Excel.
- The exported Excel file contains only raw data rows and columns. Report formatting, merged cells, titles, and images are not included.
Example raw data output
How it works
- When
ExportRawDataOnlyis set totrue, the Excel renderer excludes layout and visual elements from the export. - Only dataset fields, including expressions and calculated fields, are exported in a simple tabular structure.
- This property works in both embedded and on-premises deployments.
Notes and limitations
- Applies only to Excel (
.xlsx) exports. - Does not affect PDF, Word, CSV, or other export formats.
- If the report contains multiple datasets, each dataset is exported as a separate worksheet.
- Report parameters and filters continue to apply during export.
Sample report
Download the sample report with ExportRawDataOnly enabled to test this functionality.