ReportObject.RdlSemanticEqualsCore Methode

Definition

Gibt zurück, ob die semantische Sprache der Berichtsdefinition mit dem Kernobjekt identisch ist.

protected:
 virtual bool RdlSemanticEqualsCore(Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ rdlObj, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ visitedList);
protected virtual bool RdlSemanticEqualsCore(Microsoft.ReportingServices.RdlObjectModel.ReportObject rdlObj, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> visitedList);
abstract member RdlSemanticEqualsCore : Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool
override this.RdlSemanticEqualsCore : Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool
Protected Overridable Function RdlSemanticEqualsCore (rdlObj As ReportObject, visitedList As ICollection(Of ReportObject)) As Boolean

Parameter

rdlObj
ReportObject

Die Berichtsdefinition der Sprache semantisch.

visitedList
ICollection<ReportObject>

Die Sammlung von Berichtsobjekten.

Gibt zurück

True wenn die Semantik der Berichtsdefinitionssprache mit dem Kernobjekt identisch ist; ansonsten gilt false.

Gilt für: