다음을 통해 공유


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