Share via


ReportExpression.BuildUserReference Method

Build a reference to a user.

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
A string value.