Partager via


Méthode ReportExpression.BuildParameterReference (String, String)

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 parameter reference.

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

Valeur de retour

Type : System.String
A built parameter reference.

Voir aussi

Référence

ReportExpression Structure

Surcharge BuildParameterReference

Espace de noms Microsoft.ReportingServices.RdlObjectModel