ReportObject.RdlSemanticEqualsCore Metodo

Definizione

Restituisce un valore che indica se la semantica del linguaggio RDL è la stessa dell'oggetto principale.

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

Parametri

rdlObj
ReportObject

Semantica del linguaggio RDL.

visitedList
ICollection<ReportObject>

Raccolta di oggetti report.

Restituisce

True se la semantica del linguaggio RDL è la stessa dell'oggetto principale; in caso contrario, false.

Si applica a