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

適用対象