此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Builds a reference to the field.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Shared Function BuildFieldReference ( _
fieldName As String, _
property As String _
) As String
'用途
Dim fieldName As String
Dim property As String
Dim returnValue As String
returnValue = ReportExpression.BuildFieldReference(fieldName, _
property)
public static string BuildFieldReference(
string fieldName,
string property
)
public:
static String^ BuildFieldReference(
String^ fieldName,
String^ property
)
static member BuildFieldReference :
fieldName:string *
property:string -> string
public static function BuildFieldReference(
fieldName : String,
property : String
) : String
參數
- fieldName
型別:System.String
The field name.
- property
型別:System.String
The property name.
傳回值
型別:System.String
The built reference.