Partager via


Méthode ReportObject.CheckVisitedAndUpdate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Specified whether the ReportObject is visited and updated.

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

Valeur de retour

Type : System.Boolean
True if the ReportObject is visited and updated; otherwise, false.

Voir aussi

Référence

ReportObject Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel