SqlReportViewData.IsAReportProperty Method
Determines whether a property is a valid parameter property of the report, based on the server mode.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function IsAReportProperty ( _
uniqueName As String, _
serverMode As SqlReportViewData.SqlReportViewDataServerMode _
) As Boolean
'Usage
Dim uniqueName As String
Dim serverMode As SqlReportViewData.SqlReportViewDataServerMode
Dim returnValue As Boolean
returnValue = SqlReportViewData.IsAReportProperty(uniqueName, _
serverMode)
public static bool IsAReportProperty(
string uniqueName,
SqlReportViewData.SqlReportViewDataServerMode serverMode
)
Parameters
uniqueName
Type: System.StringThe unique name of the property.
serverMode
Type: Microsoft.PerformancePoint.Scorecards.SqlReportViewData.SqlReportViewDataServerModeThe server mode.
Return Value
Type: System.Boolean
true if the object is a valid parameter property of the report; otherwise false.