Skip to main content

DashboardExportOptionBuilder.AllowExportDashboard(Nullable<Boolean>) Method

Specifies whether end-users can export a dashboard.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardExportOptionBuilder AllowExportDashboard(
    bool? allowExportDashboard
)

Parameters

Name Type Description
allowExportDashboard Nullable<Boolean>

true, if end-users can export a dashboard; otherwise, false.

Returns

Type Description
DashboardExportOptionBuilder

A reference to this instance after the operation has completed.

See Also