SharedDataSet.RdlSemanticEqualsCore Metodo

Definizione

Indica se la semantica RDL è uguale agli oggetti principali.

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

Parametri

rdlObj
ReportObject

Oggetto RDL.

visitedList
ICollection<ReportObject>

Elenco dell'oggetto visitato.

Restituisce

true se la semantica RDL è uguale agli oggetti principali; in caso contrario, false.

Si applica a