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.