Back to Devexpress

DashboardExportOptionBuilder.AllowExportDashboard(Nullable<Boolean>) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardexportoptionbuilder-dot-allowexportdashboard-x28-system-dot-nullable-system-dot-boolean-x29.md

latest1.8 KB
Original Source

DashboardExportOptionBuilder.AllowExportDashboard(Nullable<Boolean>) Method

Specifies whether end-users can export a dashboard.

Namespace : DevExpress.DashboardAspNetCore

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

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardExportOptionBuilder AllowExportDashboard(
    bool? allowExportDashboard
)
vb
Public Function AllowExportDashboard(
    allowExportDashboard As Boolean?
) As DashboardExportOptionBuilder

Parameters

NameTypeDescription
allowExportDashboardNullable<Boolean>

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

|

Returns

TypeDescription
DashboardExportOptionBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardExportOptionBuilder Class

DashboardExportOptionBuilder Members

DevExpress.DashboardAspNetCore Namespace