Compartilhar via


Método ReportObject.RdlSemanticEqualsCore

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Returns whether the report definition language semantic is the same with the core object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Protected Overridable Function RdlSemanticEqualsCore ( _
    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 = 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

Parâmetros

Valor de retorno

Tipo: System.Boolean
True if the report definition language semantic is the same with the core object; otherwise, false.

Consulte também

Referência

ReportObject Classe

Namespace Microsoft.ReportingServices.RdlObjectModel