Méthode BuildFieldReference (String, String)
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Function BuildFieldReference ( _
fieldName As String, _
property As String _
) As String
'Utilisation
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
Paramètres
- fieldName
Type : System. . :: . .String
The field name.
- property
Type : System. . :: . .String
Valeur de retour
Type : System. . :: . .String
A string value.