Méthode CompareReportParamterExpression
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Protected Shared Function CompareReportParamterExpression ( _
local As ReportExpression, _
localParent As ReportObject, _
compareObj As ReportExpression, _
compareObjParent As ReportObject, _
visitedList As ICollection(Of ReportObject) _
) As Boolean
'Utilisation
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
Paramètres
- localParent
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
- compareObj
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
- compareObjParent
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
- visitedList
Type : System.Collections.Generic. . :: . .ICollection< (Of < ( <'ReportObject> ) > ) >
Valeur de retour
Type : System. . :: . .Boolean