CompareReportParamterExpression 메서드
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: 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
매개 변수
- localParent
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
- compareObjParent
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
- visitedList
유형: System.Collections.Generic. . :: . .ICollection< (Of < ( <'ReportObject> ) > ) >