다음을 통해 공유


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

매개 변수

반환 값

유형: System.Boolean
The compared report objects.

참고 항목

참조

ReportObject 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스