言語

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>

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

返品

比較レポートは対象です。

適用対象