ReportObject.CheckVisitedAndUpdate 方法

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

Specified whether the ReportObject is visited and updated.

命名空间:  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
True if the ReportObject is visited and updated; otherwise, false.

请参阅

参考

ReportObject 类

Microsoft.ReportingServices.RdlObjectModel 命名空间