ReportObject.CheckVisitedAndUpdate Methode

Definition

Gibt an, ob das ReportObject-Objekt besucht und aktualisiert wurde.

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

Parameter

rdlObj
ReportObject

Das Berichtsobjekt.

visitedList
ICollection<ReportObject>

Die Auflistung von Berichtsobjekten.

Gibt zurück

True, wenn das ReportObject-Objekt besucht und aktualisiert wurde, andernfalls false.

Gilt für: