Поделиться через


ReportObject.CompareReportParamterExpression Метод

Определение

Сравнивает выражения параметра отчета двух объектов 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>

Коллекция объектов отчета.

Возвращаемое значение

Сравниваемый объекты отчета.

Применяется к