Share via


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.String

    The unique name of the property.

Return value

Type: System.Boolean
true if the object is a valid parameter property of the report; otherwise false.

See also

Reference

SqlReportViewData class

SqlReportViewData members

Microsoft.PerformancePoint.Scorecards namespace