Render Selected Chart Items to Excel Charts
Contents
[
Hide
]
To render only some charts in a report to Excel charts:
- Open the Aspose.Cells.ReportingServices.xml file.
- Modify the configuration parameters of the Aspose.Cells.ReportingServices.xml file.
- Add the desired report configuration information.
- Add the information for the chart items you don’t want to export as editable charts. These items are exported as static images.
For example:
<Chart >
<Report name= "Employee Sales Summary 2008">
<ChartItem name="Chart1" type="image"/>
</Report >
</Chart>
A chart exported as an image
A chart exported as an editable Excel chart