次の方法で共有


ReportObject.CompareReportParamterExpression メソッド

定義

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

protected:
 static bool CompareReportParamterExpression(Microsoft::ReportingServices::RdlObjectModel::ReportExpression local, Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ localParent, Microsoft::ReportingServices::RdlObjectModel::ReportExpression compareObj, Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ compareObjParent, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ visitedList);
protected static bool CompareReportParamterExpression (Microsoft.ReportingServices.RdlObjectModel.ReportExpression local, Microsoft.ReportingServices.RdlObjectModel.ReportObject localParent, Microsoft.ReportingServices.RdlObjectModel.ReportExpression compareObj, Microsoft.ReportingServices.RdlObjectModel.ReportObject compareObjParent, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> visitedList);
static member CompareReportParamterExpression : Microsoft.ReportingServices.RdlObjectModel.ReportExpression * Microsoft.ReportingServices.RdlObjectModel.ReportObject * Microsoft.ReportingServices.RdlObjectModel.ReportExpression * Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool
Protected Shared Function CompareReportParamterExpression (local As ReportExpression, localParent As ReportObject, compareObj As ReportExpression, compareObjParent As ReportObject, visitedList As ICollection(Of ReportObject)) As Boolean

パラメーター

local
ReportExpression

ローカルのレポート オブジェクト。

localParent
ReportObject

ローカルのレポート オブジェクトの親。

compareObj
ReportExpression

比較されるオブジェクト。

compareObjParent
ReportObject

比較するオブジェクトの親。

visitedList
ICollection<ReportObject>

レポート オブジェクトのコレクション。

戻り値

比較されたレポート オブジェクト。

適用対象