You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Add a [DevExpress Blazor Button](https://docs.devexpress.com/Blazor/405052/compo
56
56
1. Obtain the dataset bound to our Blazor Pivot Table.
57
57
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).
58
58
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.
60
60
1. Once the export engine returns a generated Excel document, download it to the user machine.
0 commit comments