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 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
- property
Type : System.String
The global property.
Valeur de retour
Type : System.String
A global reference expression.