다음을 통해 공유


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