ReportObject.CompareReportParamterExpression Method

Definition

Compares the report parameter expressions of two ReportObject object.

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

Parameters

local
ReportExpression

The local report object.

localParent
ReportObject

The parent of the local report object.

compareObj
ReportExpression

The object to be compared.

compareObjParent
ReportObject

The parent of the object to be compared.

visitedList
ICollection<ReportObject>

The collection of report objects.

Returns

The compared report objects.

Applies to