Del via


ReportObject.CheckVisitedAndUpdate Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected Shared Function CheckVisitedAndUpdate ( _
    rdlObj As ReportObject, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Usage
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

Return Value

Type: System.Boolean