ReportObject.RdlSemanticEqualsCore 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Protected Overridable Function RdlSemanticEqualsCore ( _
    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 = 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

参数

返回值

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

请参阅

参考

ReportObject 类

Microsoft.ReportingServices.RdlObjectModel 命名空间