Skip to content

Commit e92e919

Browse files
Apply suggestion from @khamlyuk
Co-authored-by: Elena Khamliuk <80813840+khamlyuk@users.noreply.github.com>
1 parent 8166b1f commit e92e919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add a [DevExpress Blazor Button](https://docs.devexpress.com/Blazor/405052/compo
5656
1. Obtain the dataset bound to our Blazor Pivot Table.
5757
1. Call the [DxPivotTable.SaveLayout](https://docs.devexpress.com/Blazor/DevExpress.Blazor.PivotTable.DxPivotTable.SaveLayout) method to retrieve persisted layout information (a [PivotTablePersistentLayout](https://docs.devexpress.com/Blazor/DevExpress.Blazor.PivotTable.PivotTablePersistentLayout) object).
5858
1. Create a `PivotTableExportConfig` object to store custom export options.
59-
1. Pass dataset, layout information, and export options to the export engine.
59+
1. Pass dataset, layout information, and export options as parameters to the `ExportToExcel` method.
6060
1. Once the export engine returns a generated Excel document, download it to the user machine.
6161

6262
```Razor

0 commit comments

Comments
 (0)