DashboardItem.AllowExportToExcel property

Gets or sets a Boolean value that indicates whether the object supports exporting to Microsoft Excel.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AllowExportToExcel As Boolean
    Get
'Usage
Dim instance As DashboardItem
Dim value As Boolean

value = instance.AllowExportToExcel
public bool AllowExportToExcel { get; }

Property value

Type: System.Boolean
true if the object supports exporting to Microsoft Excel; otherwise false.

Remarks

Filters do not support exporting to Microsoft Excel.

See also

Reference

DashboardItem class

DashboardItem members

Microsoft.PerformancePoint.Scorecards namespace