Метод 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
Параметры
- rdlObj
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportObject
The report definition language semantic.
- visitedList
Тип: System.Collections.Generic.ICollection<ReportObject>
The collection of report objects.
Возвращаемое значение
Тип: System.Boolean
True if the report definition language semantic is the same with the core object; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel