Метод ReportObject.CompareReportParamterExpression
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Compares the report parameter expressions of two ReportObject object.
Пространство имен: 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
Параметры
- local
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The local report object.
- localParent
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportObject
The parent of the local report object.
- compareObj
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The object to be compared.
- compareObjParent
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportObject
The parent of the object to be compared.
- visitedList
Тип: System.Collections.Generic.ICollection<ReportObject>
The collection of report objects.
Возвращаемое значение
Тип: System.Boolean
The compared report objects.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel