次の方法で共有


ReportObject.RdlSemanticEqualsCore メソッド

この 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

パラメーター

戻り値

型: System.Boolean
レポート定義言語のセマンティックがコア オブジェクトと同じ場合は true、異なる場合は false。

関連項目

参照

ReportObject クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間