Skip to main content
A newer version of this page is available. .

DashboardExportOptionBuilder.AllowExportDashboard(Nullable<Boolean>) Method

Specifies whether end-users can export a dashboard.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v19.1.AspNetCore.dll

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