この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
フィールドへの参照を作成します。
名前空間: 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
フィールドの名前。
- property
型: System.String
プロパティの名前。
戻り値
型: System.String
作成された参照です。