ReportView.HasCustomData method

Determines whether this report has custom data defined.

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

Syntax

'Declaration
Public Function HasCustomData As Boolean
'Usage
Dim instance As ReportView
Dim returnValue As Boolean

returnValue = instance.HasCustomData()
public bool HasCustomData()

Return value

Type: System.Boolean
true if the report has custom data defined in the CustomData property; false if CustomData is null or empty.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace