次の方法で共有


ReportObject.CompareReportParamterExpression メソッド

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

2 つの ReportObject オブジェクトのレポート パラメーター式を比較します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected Shared Function CompareReportParamterExpression ( _
    local As ReportExpression, _
    localParent As ReportObject, _
    compareObj As ReportExpression, _
    compareObjParent As ReportObject, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'使用
Dim local As ReportExpression 
Dim localParent As ReportObject 
Dim compareObj As ReportExpression 
Dim compareObjParent As ReportObject 
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean 

returnValue = ReportObject.CompareReportParamterExpression(local, _
    localParent, compareObj, compareObjParent, _
    visitedList)
protected static bool CompareReportParamterExpression(
    ReportExpression local,
    ReportObject localParent,
    ReportExpression compareObj,
    ReportObject compareObjParent,
    ICollection<ReportObject> visitedList
)
protected:
static bool CompareReportParamterExpression(
    ReportExpression local, 
    ReportObject^ localParent, 
    ReportExpression compareObj, 
    ReportObject^ compareObjParent, 
    ICollection<ReportObject^>^ visitedList
)
static member CompareReportParamterExpression : 
        local:ReportExpression * 
        localParent:ReportObject * 
        compareObj:ReportExpression * 
        compareObjParent:ReportObject * 
        visitedList:ICollection<ReportObject> -> bool
protected static function CompareReportParamterExpression(
    local : ReportExpression, 
    localParent : ReportObject, 
    compareObj : ReportExpression, 
    compareObjParent : ReportObject, 
    visitedList : ICollection<ReportObject>
) : boolean

パラメーター

戻り値

型: System.Boolean
比較されたレポート オブジェクト。

関連項目

参照

ReportObject クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間