ReportObject.CheckVisitedAndUpdate Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specified whether the ReportObject is visited and updated.
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
Parameters
- rdlObj
Type: Microsoft.ReportingServices.RdlObjectModel.ReportObject
The report object.
- visitedList
Type: System.Collections.Generic.ICollection<ReportObject>
The collection of report objects.
Return Value
Type: System.Boolean
True if the ReportObject is visited and updated; otherwise, false.