Méthode BuildParameterReference (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 BuildParameterReference ( _
paramName As String, _
property As String _
) As String
'Utilisation
Dim paramName As String
Dim property As String
Dim returnValue As String
returnValue = ReportExpression.BuildParameterReference(paramName, _
property)
public static string BuildParameterReference(
string paramName,
string property
)
public:
static String^ BuildParameterReference(
String^ paramName,
String^ property
)
static member BuildParameterReference :
paramName:string *
property:string -> string
public static function BuildParameterReference(
paramName : String,
property : String
) : String
Paramètres
- paramName
Type : System. . :: . .String
The parameter name.
- property
Type : System. . :: . .String
The property name.
Valeur de retour
Type : System. . :: . .String
A string value.