ReportObject.CheckVisitedAndUpdate 方法

定义

指定是否访问并更新了 ReportObject

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

参数

rdlObj
ReportObject

报表对象。

visitedList
ICollection<ReportObject>

报表对象的集合。

返回

如果访问并更新了 ReportObject,则为 True;否则为 false

适用于