この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
レポート定義言語のセマンティックがコア オブジェクトと同じであるかどうかを返します。
名前空間: 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
レポート定義言語のセマンティック。
- visitedList
型: System.Collections.Generic.ICollection<ReportObject>
レポート オブジェクトのコレクション。
戻り値
型: System.Boolean
レポート定義言語のセマンティックがコア オブジェクトと同じ場合は true、異なる場合は false。