Condividi tramite


ReportObject.CheckVisitedAndUpdate Metodo

Definizione

Specificato se ReportObject è visitato e aggiornato.

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

Parametri

rdlObj
ReportObject

Oggetto report.

visitedList
ICollection<ReportObject>

Raccolta di oggetti report.

Restituisce

True se ReportObject è visitato e aggiornato; in caso contrario, false.

Si applica a