DefaultValue.RdlSemanticEqualsCore 方法
此 API 支持 基础结构,但不能通过代码直接使用。
此成员重写 ReportObject.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)。
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Protected Overrides 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 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
参数
- visitedList
类型:System.Collections.Generic.ICollection<ReportObject>