Partager via


Méthode QueryBase.RdlSemanticEqualsCore

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether the RDL semantic is equal to the core objects.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected Overrides Function RdlSemanticEqualsCore ( _
    rdlObj As ReportObject, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Utilisation
Dim rdlObj As ReportObject 
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean 

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

Paramètres

Valeur de retour

Type : System.Boolean
true if the RDL semantic is equal to the core objects; otherwise, false.

Voir aussi

Référence

QueryBase Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel