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입니다.

적용 대상