Freigeben über


ReportObject.CheckVisitedAndUpdate-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specified whether the ReportObject is visited and updated.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected Shared Function CheckVisitedAndUpdate ( _
    rdlObj As ReportObject, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Usage
Dim rdlObj As ReportObject 
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean 

returnValue = ReportObject.CheckVisitedAndUpdate(rdlObj, _
    visitedList)
protected static bool CheckVisitedAndUpdate(
    ReportObject rdlObj,
    ICollection<ReportObject> visitedList
)
protected:
static bool CheckVisitedAndUpdate(
    ReportObject^ rdlObj, 
    ICollection<ReportObject^>^ visitedList
)
static member CheckVisitedAndUpdate : 
        rdlObj:ReportObject * 
        visitedList:ICollection<ReportObject> -> bool
protected static function CheckVisitedAndUpdate(
    rdlObj : ReportObject, 
    visitedList : ICollection<ReportObject>
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
True if the ReportObject is visited and updated; otherwise, false.

Siehe auch

Verweis

ReportObject Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace