Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specified whether the ReportObject is visited and updated.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Protected Shared Function CheckVisitedAndUpdate ( _
rdlObj As ReportObject, _
visitedList As ICollection(Of ReportObject) _
) As Boolean
'Uso
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
Parâmetros
- rdlObj
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportObject
The report object.
- visitedList
Tipo: System.Collections.Generic.ICollection<ReportObject>
The collection of report objects.
Valor de retorno
Tipo: System.Boolean
True if the ReportObject is visited and updated; otherwise, false.