ReportExpression.BuildGlobalReference(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 global reference expression.
public:
static System::String ^ BuildGlobalReference(System::String ^ property);
public static string BuildGlobalReference (string property);
static member BuildGlobalReference : string -> string
Public Shared Function BuildGlobalReference (property As String) As String
Parameters
- property
- String
The global property.
Returns
A global reference expression.