ReportObject.RdlSemanticEqualsCore Methode

Definition

Gibt zurück, ob die Semantik der Berichtsdefinitionssprache identisch mit dem Kernobjekt 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 Semantik der Berichtsdefinitionssprache.

visitedList
ICollection<ReportObject>

Die Auflistung von Berichtsobjekten.

Gibt zurück

True, wenn die Semantik der Berichtsdefinitionssprache identisch mit dem Kernobjekt ist, und andernfalls false.

Gilt für: