Méthode CheckVisitedAndUpdate
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 CheckVisitedAndUpdate ( _
rdlObj As ReportObject, _
visitedList As ICollection(Of ReportObject) _
) As Boolean
'Utilisation
Dim rdlObj As ReportObject
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean
returnValue = ReportObject.CheckVisitedAndUpdate(rdlObj, _
visitedList)
protected static bool CheckVisitedAndUpdate(
ReportObject rdlObj,
ICollection<ReportObject> visitedList
)
protected:
static bool CheckVisitedAndUpdate(
ReportObject^ rdlObj,
ICollection<ReportObject^>^ visitedList
)
static member CheckVisitedAndUpdate :
rdlObj:ReportObject *
visitedList:ICollection<ReportObject> -> bool
protected static function CheckVisitedAndUpdate(
rdlObj : ReportObject,
visitedList : ICollection<ReportObject>
) : boolean
Paramètres
- visitedList
Type : System.Collections.Generic. . :: . .ICollection< (Of < ( <'ReportObject> ) > ) >
Valeur de retour
Type : System. . :: . .Boolean