Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.