Metodo ReportObject.CompareReportParamterExpression

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Compares the report parameter expressions of two ReportObject object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Protected Shared Function CompareReportParamterExpression ( _
    local As ReportExpression, _
    localParent As ReportObject, _
    compareObj As ReportExpression, _
    compareObjParent As ReportObject, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Boolean
The compared report objects.

Vedere anche

Riferimento

ReportObject Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel