ReportExpression.BuildGlobalReference 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Builds a global reference expression.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Shared Function BuildGlobalReference ( _
    property As String _
) As String
用法
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

参数

返回值

类型:System.String
A global reference expression.

请参阅

参考

ReportExpression 结构

Microsoft.ReportingServices.RdlObjectModel 命名空间