Skip to main content
All docs
V23.2

RestrictedDashboardController.PerformExport() Method

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

[HttpPost]
[OverrideFormSizeLimit]
public Task<FileResult> PerformExport()

Returns

Type
Task<FileResult>
See Also