Share via


DashboardItem.AllowExportToPowerPoint property

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

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

Syntax

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

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

Property value

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

Remarks

Filters do not support exporting to Microsoft PowerPoint.

See also

Reference

DashboardItem class

DashboardItem members

Microsoft.PerformancePoint.Scorecards namespace