Sdílet prostřednictvím


ReportExpression.BuildUserReference Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Builds a user reference expression.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Function BuildUserReference ( _
    property As String _
) As String
'Usage
Dim property As String 
Dim returnValue As String 

returnValue = ReportExpression.BuildUserReference(property)
public static string BuildUserReference(
    string property
)
public:
static String^ BuildUserReference(
    String^ property
)
static member BuildUserReference : 
        property:string -> string
public static function BuildUserReference(
    property : String
) : String

Parameters

Return Value

Type: System.String
The built user reference expression.

See Also

Reference

ReportExpression Structure

Microsoft.ReportingServices.RdlObjectModel Namespace