Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Builds a reference to the field.
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
The property name.
Valeur de retour
Type : System.String
The built reference.