Partager via


Méthode ReportExpression.BuildGlobalReference

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 global reference expression.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Function BuildGlobalReference ( _
    property As String _
) As String
'Utilisation
Dim property As String 
Dim returnValue As String 

returnValue = ReportExpression.BuildGlobalReference(property)
public static string BuildGlobalReference(
    string property
)
public:
static String^ BuildGlobalReference(
    String^ property
)
static member BuildGlobalReference : 
        property:string -> string
public static function BuildGlobalReference(
    property : String
) : String

Paramètres

Valeur de retour

Type : System.String
A global reference expression.

Voir aussi

Référence

ReportExpression Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel