Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets a field reference for the expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function GetFieldReference ( _
expression As String _
) As String
'Usage
Dim expression As String
Dim returnValue As String
returnValue = ReportExpression.GetFieldReference(expression)
public static string GetFieldReference(
string expression
)
public:
static String^ GetFieldReference(
String^ expression
)
static member GetFieldReference :
expression:string -> string
public static function GetFieldReference(
expression : String
) : String
Parameters
- expression
Type: System.String
The expression string.
Return Value
Type: System.String
A field reference for the expression.