Metoda ReportExpression.GetFieldReference
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Function GetFieldReference ( _
expression As String _
) As String
'Użycie
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
Parametry
- expression
Typ: System.String
Ciąg wyrażenie.
Wartość zwracana
Typ: System.String
A ciąg wartości.
Zobacz także