Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Builds a global reference expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function BuildGlobalReference ( _
property As String _
) As String
'Usage
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
Parameters
- property
Type: System.String
The global property.
Return Value
Type: System.String
A global reference expression.