ReportExpression.BuildUserReference(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds a user reference expression.
public:
static System::String ^ BuildUserReference(System::String ^ property);
public static string BuildUserReference (string property);
static member BuildUserReference : string -> string
Public Shared Function BuildUserReference (property As String) As String
Parameters
- property
- String
The property name.
Returns
The built user reference expression.