ReportObject.CheckVisitedAndUpdate 方法

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Protected Shared Function CheckVisitedAndUpdate ( _
    rdlObj As ReportObject, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
用法
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

返回值

类型:System.Boolean