此 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
參數
- rdlObj
型別:Microsoft.ReportingServices.RdlObjectModel.ReportObject
The report object.
- visitedList
型別:System.Collections.Generic.ICollection<ReportObject>
The collection of report objects.
傳回值
型別:System.Boolean
True if the ReportObject is visited and updated; otherwise, false.