Aracılığıyla paylaş


ReportObject.RdlSemanticEqualsCore Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.ReportingServices.RdlObjectModel
Derleme:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls içinde.dll)

Sözdizimi

'Bildirim
Protected Overridable Function RdlSemanticEqualsCore ( _
    rdlObj As ReportObject, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Kullanım
Dim rdlObj As ReportObject
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean

returnValue = Me.RdlSemanticEqualsCore(rdlObj, _
    visitedList)
protected virtual bool RdlSemanticEqualsCore(
    ReportObject rdlObj,
    ICollection<ReportObject> visitedList
)
protected:
virtual bool RdlSemanticEqualsCore(
    ReportObject^ rdlObj, 
    ICollection<ReportObject^>^ visitedList
)
abstract RdlSemanticEqualsCore : 
        rdlObj:ReportObject * 
        visitedList:ICollection<ReportObject> -> bool 
override RdlSemanticEqualsCore : 
        rdlObj:ReportObject * 
        visitedList:ICollection<ReportObject> -> bool 
protected function RdlSemanticEqualsCore(
    rdlObj : ReportObject, 
    visitedList : ICollection<ReportObject>
) : boolean

Dönüş Değeri

Tür: System.Boolean