이 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.