次の方法で共有


ReportExpression.BuildGlobalReference メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

グローバル参照式を作成します。

名前空間:  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
グローバル参照式。

関連項目

参照

ReportExpression 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間