ReportObject.CheckVisitedAndUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specified whether the ReportObject is visited and updated.
protected:
static bool CheckVisitedAndUpdate(Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ rdlObj, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ visitedList);
protected static bool CheckVisitedAndUpdate (Microsoft.ReportingServices.RdlObjectModel.ReportObject rdlObj, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> visitedList);
static member CheckVisitedAndUpdate : Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool
Protected Shared Function CheckVisitedAndUpdate (rdlObj As ReportObject, visitedList As ICollection(Of ReportObject)) As Boolean
Parameters
- rdlObj
- ReportObject
The report object.
- visitedList
- ICollection<ReportObject>
The collection of report objects.
Returns
True
if the ReportObject is visited and updated; otherwise, false
.